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.?
The back button is completely controlled by the browser. It relies upon what the browser thinks is the correct cache for that page. I don't believe that there is a solution for this.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Ya back button is browser's own thing.we cannot access that.I know that.
I found something in net.This article uses javascript to override the back button problem.I couldnt understand this fully but i am going through it.They are using IFrames for it.
Bookmarks