B
BradC
(.Net 1.1, Visual Studio 2003, if that matters)
I thought that publically declared variables would persiste their values
on postback of the page. This is server-side code, afterall.
I could stick a simple string in a cookie or stick it on the end of the URL,
but that seems so... "1998". What's the right way to do this in ASP.Net?
What if it is something more complex? A hashtable of page controls indexed
by ID, for example?
Thanks!
I thought that publically declared variables would persiste their values
on postback of the page. This is server-side code, afterall.
I could stick a simple string in a cookie or stick it on the end of the URL,
but that seems so... "1998". What's the right way to do this in ASP.Net?
What if it is something more complex? A hashtable of page controls indexed
by ID, for example?
Thanks!