D
DaBrain
[ASP.NET / C# / V2 Framework]
I am making the move to ASP.NET from CGI and ASP pages. I have noticed
that when building WebForms that they always use the POST method, but
this makes the page expire when leaving the page.
Example:
User changes the sort order of a page using a Drop Down list, user
clicks back button to go to the previous page/ sort order [Page has
expired]
How do I get around this? I am about to just recode it all using
QueryString but that defeats the purpose of my move to ASP.NET
Any help would be greatly appreciated.
I am making the move to ASP.NET from CGI and ASP pages. I have noticed
that when building WebForms that they always use the POST method, but
this makes the page expire when leaving the page.
Example:
User changes the sort order of a page using a Drop Down list, user
clicks back button to go to the previous page/ sort order [Page has
expired]
How do I get around this? I am about to just recode it all using
QueryString but that defeats the purpose of my move to ASP.NET
Any help would be greatly appreciated.