Garreth21
Programmer
- May 19, 2005
- 29
Hey everyone
I'm currently in the process of converting a asp/VB6 web app over to asp.net/C#. The app is wizard style ordering system, the user goes through many pages that collect data before the order is submitted. Data persistence is handeled by hidden fields in Include pages.
I'm looking to duplicate the same functionality in asp.net. What is the best way to get the data to persist to the next page? How do I handle persisting data when the user goes to previous pages?
If anyone can offer any advice, it would be much appreciated.
thanks.
I'm currently in the process of converting a asp/VB6 web app over to asp.net/C#. The app is wizard style ordering system, the user goes through many pages that collect data before the order is submitted. Data persistence is handeled by hidden fields in Include pages.
I'm looking to duplicate the same functionality in asp.net. What is the best way to get the data to persist to the next page? How do I handle persisting data when the user goes to previous pages?
If anyone can offer any advice, it would be much appreciated.
thanks.