building a wizard in vb.net

k3n51mm

Active member
Joined
Mar 7, 2007
Messages
40
Programming Experience
3-5
I am building a data collection/user entry wizard that must be freely navigable via a treeview. What is the best way to keep track of dependencies between forms in the wizard?

For example, if Step 5 in the wizard requires that a certain textbox control in Step 2 be populated, what is the best practice for handling/implementing this situation?
 
Back
Top