W
Will
I have a form on my page. when I submit it and hit the
back button on my browser all of the information is gone.
I have enableViewState set to true in my page directive..
isn't that the point of it? what else do I need to do to
get my form to maintain it's state?
I have two methods of submitting that I've tried.. one
does a response.redirect, the other hides the UserControl
with my form on it and shows another UC with my next page
on it. either way when I hit back the form is empty.
I am prepared to store the field values in my session and
have my form pull them back out if they are there (when I
hit back), but I though this viewstate thing was supposed
to take care of all that for me.
back button on my browser all of the information is gone.
I have enableViewState set to true in my page directive..
isn't that the point of it? what else do I need to do to
get my form to maintain it's state?
I have two methods of submitting that I've tried.. one
does a response.redirect, the other hides the UserControl
with my form on it and shows another UC with my next page
on it. either way when I hit back the form is empty.
I am prepared to store the field values in my session and
have my form pull them back out if they are there (when I
hit back), but I though this viewstate thing was supposed
to take care of all that for me.