Link to home
Start Free TrialLog in
Avatar of mgmhicks
mgmhicks

asked on

How to keep a session state

I have a web page that allows user to pick a community and it list in a grid all the workorders associated with that community.  Then they can click a edit command and it takes them to another web page which shows them details of the work order and allows them to edit it.  My question is when they are done editing and I want to take them back to the first web page, how can I keep the list that is already in the grid and the community they selected without having them pick the community again.  
ASKER CERTIFIED SOLUTION
Avatar of Vaughn Bigham
Vaughn Bigham
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
As you are changing pages, you can use querystring as well. For example, you can use a

www.example.com/edititem.aspx?itemid=10&returnurl=www.example.com/list.aspx?community=abc