we can attain the same effect using tables what is the benefit of wizard control over them
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using a MultiPage and managing the navigation yourself are alternatives too; can even just use panels are replacements.
The wizard is just a specialized implementation; if you like something else, use it. It has events, properties, that are part of the API to represent the core wizard… It’s perfectly OK to not use it too. Whatever works for you.
HTH.