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 ?
+3
A:
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.
Rob Windsor
2008-12-13 21:16:24