Search Results

0
votes
1answer
117 views

ASP.NET Wizard Back Button won’t work

I have a ASP.NET Wizard running my checkout process of my shopping cart. I just added a Paypal Express checkout link to my 2nd step. The Paypal process takes the user away from the page and then …
0
votes

ASP.NET Wizard Back Button won’t work

Well, I'm not sure why it was doing it, but overriding the blackbox PreviousButtonClick event on the wizard with the following code fixed it. It seems to me like this should be the behavior the bu …