You could use their Login (assuming it's a login based site) and store it in
a cookie. Then retrieve their data from a DB on the page load, based on that
id.
--
Curt Christianson
site:
http://www.darkfalz.com
blog:
http://blog.darkfalz.com
"Bill Manring" wrote:
> I have an ASP.NET application with many different pages. On one particular
> page, I would like it to be restored to its previous state if a user
> navigates away (within the application) and then returns to that page - as if
> they had used the "Back" button in IE to get back to the page.
>
> I tried saving the viewState of the page in a session variable, but that
> failed when I tried to restore it on subsequent Page_Load events.
>
> Is there another way to accomplish this?
>
> --
> Thanks,
>
> Bill Manring
> Wavefront Software, Inc.