J
Jeff
I need to place a "Previous Page" link on every page within my site and
a simple javascript:history.back() will not work because I need it to
capture the state of the page when I left it. For example, if I have
a page with some date controls so I can choose a date range and
postback the page. It then displays results based on that date range.
When I leave the page for another page, I would like to have the
Previous Page link take them back to the page with the same date range.
I know I can do this by storing these values in session but it then has
to be specific for every page and store every value manually. Is there
a way to store the previous pages state and then use it when going back
to that page? Maybe somehow using the viewstate?
Any ideas would be appreciated.
Thanks,
Jeff
a simple javascript:history.back() will not work because I need it to
capture the state of the page when I left it. For example, if I have
a page with some date controls so I can choose a date range and
postback the page. It then displays results based on that date range.
When I leave the page for another page, I would like to have the
Previous Page link take them back to the page with the same date range.
I know I can do this by storing these values in session but it then has
to be specific for every page and store every value manually. Is there
a way to store the previous pages state and then use it when going back
to that page? Maybe somehow using the viewstate?
Any ideas would be appreciated.
Thanks,
Jeff