Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Persisting page values over a 'session'

Status
Not open for further replies.

MerlinB

Programmer
Dec 14, 2000
399
GB
I have a query / list screen which links to detail screens etc.. I would like to avoid having to construct my own way of preserving the currect state of the page (the query, the result list position etc.). So that a visitor can navigate back (not using the 'back' button) to the query screen and see the same details again.

I would like to think that the 'SOM' could provide a feature to store the 'state' of all textboxes/grids/result sets etc. as session values.
[These (state values) are the items that get appended to the bottom of your pages as hidden fields - and are thus 'forgotten' when you navigate to another page and then back again.]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top