Hi,
I am working on a website using ASP.net 4.5 MVC and I navigate across pages using Ajax.ActionLink which would update a common section I put in Layout page. Now my back button does not work as I update my common section with partial views as I navigate across pages.
Can anyone suggest a solution for preserving history with browser's back/forward button. I found the following solutions on internet but are not working for MVC website.
1) I saw javascript history (http://blogs.gokulnath.com/2012/02/26/EnableBrowserBackforwardButtonsAndBookmarkMVCAjaxActions.aspx), But this is not considering the <controller>/<action method/ in the URL.
2) I see asp.net history control but it does not work in as I deal with views.
Let me know if there is any solution specific to asp.net 4.5 mvc for this back button history problem.
Thanks,
Praveen