Capture web page state

M

Maziar Aflatoun

Hi everyone,

I'm interested to know if it's possible to capture a web page state in
ASP.NET so that you can come back to it. For example, I have a Datagrid
with sort turned on individual columns. This Datagrid displays Company
Addresses. Now lets say the user click on Sort Datagrid by Contact Person
and so the Datagrid refreshes itself sorting by Contact Person. Next, user
clicks on a single row where he/she is able to edit the contents of that row
(Different page). Is it possible to somehow store the page state which
includes my Datagrid and possibly additional textboxes...etc. and return the
user back from the edit page or any other page to the original page with
same exact page as they left it? (Sort datagrid and populate textbox...etc.)

Thank you
Maziar A.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top