Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Wizard Control questions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="clintonG, post: 3453551"] After the master table is inserted into the database use a method to remember that step was successfully completed. Then before every other step you have to check the status of the previously completed step. When you detect the step you do not want to be reselected navigate to some other step --or-- after the step is successfully completed to prevent somebody from returning to that step use the FindControl method to find and disable the LinkButton or whatever you're using to navigate from step to step. You'll still have to query each step if your using Previous for example right? Think it out. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Wizard Control questions
Top