Author: myemyr | Posted on: 6/10/2008 1:46:58 PM | Views : 975

Hi!

I am writing a web application in asp.net 2.0. 

There is one page with a CreateUserWizard and another page for user to select a package he/she wishes to purchase.

The user has the option of first selecting the package and when clicks order, gets redirected to create an account with CreateUserWizard where he finalizes the creation of account 

OR first creating an account and after a certain step (step3), gets redirected to select a package and then back to finish creating an account. On the page load event, I check to see if the user is redirecting back to creating the account and if so, the CreateUserWizard's ActiveStepIndex is set to the step after the one the user was at before redirecting to select a package (step4).

For some reason, when the user navigates back to the page to the desired step (step4) only the contentents inside the wizard step are rendered without the masterPage, rest of CreateUserWiza ...

Go to the complete details ...