hi,, i am new to asp.net
i have a registration form,where i have 3 pages, when i fill the first page and move to next page(form 1 to form 2), manny times it hapens that i loose the information filled on first page when i come back on the first form from form no2. how to maintain the information filled on form while navigating? i have heard about viewstate... but is tht the only solution?
Loading
BenjaminPosted Jul 3, 2009, 9:03 AM
I'm not an expert on this but perhaps this can help.
You can store values as session variables. This is a variable that remains available in your session(also in another form for example).
To store a variable:
To get a session variable:
Hope this helps.
Benjamin