i’m new to asp.net..
i’m developing a web application using asp.net a jquery. i have a option to search for records using some keywords. the search option works. now i’m trying to implement an option like, when the user click a link in the search result it opens a record with a link to “Back to Search Result”. similar to gmail search and back to search.
any one has any clue on where i can start. i search the web but couldn’t find any way..
any advice would be very much helpful.
thanks in advance
In Gmail Email content loading through AJAX and change the URL after # so it does not post back but save to browser history and back to serch just call javascript function
history.back();onclick event