BackButton Behaviour in AJAX

Posted on 16th Feb 2014 by admin

I have an ASPX Page AJAX Enabled!The page has a gridView and a DDL for filtering on it. The Gridview has links on its items. The behaviour I am running into is:
If I filter a criteria from DDL and then click on the displayed hyperlink in GridView,navigate to the the external site and from the external site when I hit back button on the browser my DropDownList gets rebinded. It doesn't persist what I had selected earlier.

Other forums