i am using asp.net with c# in my aspx page i have an update panel in this panel i have some links to other sites, which is open on the same window. after clicking on these links me when i am getting back through browser's back button i am not getting the same results on the update panel...
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
I have implement the same with the following Article, If you need further help, Plz let me know, I will provide chucks of code
http://rchern.wordpress.com/2008/05/11/updatepanel-backforward-browser-navigation/
First of all you have to Enable ScriptManager history EnableHistory="true"
In this example we are maintaing gridview paging, When user browser back button You have add history point after your page first time loads.
here you have to handle ScriptManager Navigate Event