hi,
i am using asp:DynamicFilterForm in this i have some asp:DynamicFilterControl.
I filter a gridview with the asp:DynamicFilterForm - it is working fine.
1. i filter the gridview
2. i select a record and click on details button
3. then the details website is coming up
4. i want now - go back to the filtered gridview - with the IE BackButton, so that i can see the filtered records which i selected before changing to the details view
My GridView is in an UpdatePanel
Please Help, Thanks