如何在UpdatePanel中保存历史记录?
我为一个 Web 应用程序创建了一个管理页面,它主要是 ajax。 页面中的几乎所有事件都会更新页面上的 UpdatePanel 之一。 如何将每个 UpdatePanel 状态保存在用户历史记录中,以便当用户按下浏览器“后退”按钮时,他们不会被重定向到登录屏幕?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.NET 3.5 SP 1 中添加了管理历史记录的功能。以下是一些可帮助您快速上手的资源。
ASP.NET Ajax 历史简介
ASP.NET 播客节目 #117 - 在 . NET 3.5 Service Pack 1 Beta 1
ASP.NET 播客节目 #119 - 使用 .NET 3.5 Service Pack 1 Beta 1 中的 ASP.NET AJAX Web 服务的历史记录(返回)功能
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