I am working in ASP.NET MVC 3 application, I am using razor view. I have a main page which has 4 links. These links are used to render partial views into the main page. currently I am using @ajax.ActionLink() method to render views. As it asynchronously works I am not able to use browser navigation buttons to navigate through these different pages.
How to make back button to work with ajax? please help me
See this post
http://jqueryfordesigners.com/enabling-the-back-button/