Hi,
I've got a form and I want to maintain some variables that are received from a query string, i.e.,

In the public Class of the aspx.vb file of my aspx webform, I want to create a variable that has a lifetime of the form itself.

Can that be done "in code" or do I need to write it to a hidden field on the form as you would in ASP ?

thanks
Andy