I created an admin page for a web application, and it's mostly ajax. Almost all the events in the page update one of the UpdatePanels on the page. How can I save each UpdatePanel state in the user's history so when the user pushes the browser "back" button they wont get redirected to the login screen ?
The ability to manage history was added in .NET 3.5 SP 1. Here are some resources that will help get you up to speed.
来源:https://stackoverflow.com/questions/365060/how-to-save-history-within-updatepanel