Browser back button in AJAX

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a search page in which the results are shown in a repeater which is
inside an UpdatePanel. The results cotain links to other pages in the site.
After clicking any of those links and then click "Bowser Back" button I lose
the contents in my repeater.

Is there a way we can retain the contents whe using an UpdatePanel?

Anshul
 
Hi

I have a search page in which the results are shown in a repeater which is
inside an UpdatePanel. The results cotain links to other pages in the site.
After clicking any of those links and then click "Bowser Back" button I lose
the contents in my repeater.

Is there a way we can retain the contents whe using an UpdatePanel?

Anshul

I think you can use Context, or a Session object to keep the query.
 
Back
Top