ASP.NET 2.0 Wizard ControlI have added validators for the first and second step only you can add them for all the steps. On execution you will notice that if the first name is not keyed in and the Gender is not selected on clicking the next button the wizard does not move forward. The same behaviour is repeated if we click on 'Next' without entering the LoginName. But the validators don't fire if we click the 'Previous' Button.Similarly we can fill all the details of email registration. After filling in all the details and clicking on the 'Finish' button in the last step. We must display a success message after saving the data successfully. Let us assume that we have saved out data in the DB and the registration was successful. Hence clicking on 'Finish' we will redirect the user to the 'Message.aspx'. Wizard control has a lot of events like:ActiveStepChangedCancelButtonClickFinishButtonClickNextButtonClickPreviousButtonClickSideBarButtonClick - Study24x7
Social learning Network
12 Apr 2019 03:45 PM study24x7 study24x7

ASP.NET 2.0 Wizard Control


I have added validators for the first and second step only you can add them for all the steps. On execution you will notice that if the first name is not keyed in and the Gender is not selected on clicking the next button the wizard does not ...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles