ASP.NET 动态数据 - 后退按钮
我使用 .Net 的动态数据实体来实现一个位于我的数据库之上的网站(请参阅 http://msdn.microsoft.com/en-us/library/ee845452。 aspx)
在表的List.aspx-View中,我能够对gridview的数据进行排序/过滤。单击行的“详细信息”链接后,我想在详细信息视图中为用户提供一个“返回”按钮,将用户导航回完全相同的过滤/排序表。
到目前为止,当导航回 List.aspx 时,所有排序和过滤信息都会丢失。
有什么想法如何实现这个功能吗?我需要使用 ViewState 吗?
非常感谢
干杯 克里斯
I used .Net's dynamic data entity to implement a website that sits on top of my db (see
http://msdn.microsoft.com/en-us/library/ee845452.aspx)
In the List.aspx-View for a table, I am able to sort/filter the data of the gridview. After having clicked on a row's 'Details' link, I would like to provide the user a 'Back' button in the Details-View that navigates the user back to exactly the same filtered/sorted table.
So far, all sorting and filtering information is lost when navigating back to List.aspx.
Any ideas how to implement this feature? Do I need to work with ViewState?
Thanks a lot
Cheers
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里看看我的文章
动态数据网站中的 AJAX 历史记录 当使用浏览器中的后退按钮导航回列表页面时,此功能有效。
have a look at my article here
AJAX History in a Dynamic Data Website this works when using the back button in the browser to navigate back to the List page.