tags:

views:

29

answers:

1

in my ajaxified page i have used several user control shifting from one user control to anothe r and then pressing the back button takes me to first page instead of previously filtered page how to solve this all this filters are linkbuttons i am also using listview these filters are actually filtering the content of this listview

+1  A: 

You may take a look at the jquery history plugin. If you are using UpdatePanel to perform the AJAX requests you might find this article helpful as well as this video.

Darin Dimitrov
darrin according to you which one should be a better approach using jquery plugin or going according to the approach described in video
Mac