Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have page Searchbook.aspx which have 3 dropdowns and one repeater control which have button when i navigate to another page through that button to another page .when i click the back button of browser first page get default values instead of searched values. i want to restore the searched values.
Posted
Comments
Prateek Singla 26-Aug-14 6:10am    
Please help

1 solution

You have 2 options:

1. Manage the history on the client side with a history-capable javascript framework with js such as jQuery-History[^].

2. Manage the history on the server using the session and viewstate. This one is much more difficult to implement, prone to error, and harder to maintain.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900