I have a asp:wizard control (3 steps) which will be used for 2 different web app. In App1, I want to show step 1 and step 3 (hide step 2); In App2, I want to show all the steps.
Now I wrote the code in wizard_load event to control the show/hide of steps. But the problem is that when I hide step 2 in App1, when i navigate from step 3 back to step 1, and then back to step 3, the previous user input in step 3 is lost!!! (this happens only when I hide step 2.)
Does anyone have any idea how to solve it? Or any workaround for this situation?
I just need to load different steps for different app while maintaining the state.
Thanks in advance.
Now I wrote the code in wizard_load event to control the show/hide of steps. But the problem is that when I hide step 2 in App1, when i navigate from step 3 back to step 1, and then back to step 3, the previous user input in step 3 is lost!!! (this happens only when I hide step 2.)
Does anyone have any idea how to solve it? Or any workaround for this situation?
I just need to load different steps for different app while maintaining the state.
Thanks in advance.