Creating a Wizard and managing the data across the different screens
-
Hi all, I am working on creating a Wizard in asp .net, The user can access the different screens of the wizard and enter data. I want to handle this huge data, either in memory or can also save it to the database when navigated from the screen. I would like to know what would be the various ways to do the above. Thanks, Pramod
Thanks & Regards, Pramod "Everyone is a genius at least once a year"
-
Hi all, I am working on creating a Wizard in asp .net, The user can access the different screens of the wizard and enter data. I want to handle this huge data, either in memory or can also save it to the database when navigated from the screen. I would like to know what would be the various ways to do the above. Thanks, Pramod
Thanks & Regards, Pramod "Everyone is a genius at least once a year"
It really depends on what you are going to be doing with the data, and the layout of your wizard. Are you going to be doing calculations with the data (or using it to create the next part of the wizard dynamically), or are you just needing to store it for retrival later? Are you using the ASP Wizard Control (that keeps everything on the same page), or are you using a custom designed wizard? Answers to these questions will help better determine the optimal way to store the data.