Persisting the state of the web page controls when AJAX is used.
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! In my application the web pages are consisting of various different sections. I am using AJAX update panel in one of the sections of my web page to do a partial postback and I am setting the values of the controls in this section. Now when I re-direct to another page if the user clicks the back button then the state of the controls in the section of the Page that was earlier set using AJAX is lost. Is there some way I could overcome this. Any help would be appreciated.