Hi friends
Am working on an ASP.NET project that uses ajax for filling the dropdown lists.Its a search page and user have to select some search criteria.Dropdowns are filled with data using ajax.After a search if user presses back button the dropdowns that are filled in client side is not maintaining the data.
How can i store the previous state to deal with the back button.?

Plz help.