How to save history within UpdatePanel?

让人想犯罪 __ 提交于 2019-12-04 01:22:37

问题


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 ?


回答1:


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.

Introduction to ASP.NET Ajax History

ASP.NET Podcast Show #117 - Using the History Functionality with the ASP.NET AJAX UpdatePanel in .NET 3.5 Service Pack 1 Beta 1

ASP.NET Podcast Show #119 - Using the History (Back) Functionality with the ASP.NET AJAX Web Services in .NET 3.5 Service Pack 1 Beta 1



来源:https://stackoverflow.com/questions/365060/how-to-save-history-within-updatepanel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!