How to save history within UpdatePanel?

前端 未结 1 1203
抹茶落季
抹茶落季 2021-01-13 01:03

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 Updat

1条回答
  •  醉梦人生
    2021-01-13 01:16

    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

    0 讨论(0)
提交回复
热议问题