Hi,
I am trying to build a wizard structure that I'll be able to reuse.
I have the main form and a subform.
At each step, the user enters information on the subform and hits a "Next" button, the data is validated and based on the data another subform will be presented.
My problem is that I need to pass the data from the each subform to the next one, however I want to do it dynamically.
In other words I want to loop through the controls of the first subform and save it somewhere, then load the next subform and be able to access the variables from the prevoius one (somthing like the Session in ASP)
Thanks
I am trying to build a wizard structure that I'll be able to reuse.
I have the main form and a subform.
At each step, the user enters information on the subform and hits a "Next" button, the data is validated and based on the data another subform will be presented.
My problem is that I need to pass the data from the each subform to the next one, however I want to do it dynamically.
In other words I want to loop through the controls of the first subform and save it somewhere, then load the next subform and be able to access the variables from the prevoius one (somthing like the Session in ASP)
Thanks