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?
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?