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

link|improve this question

You could use a jquery history plugin : stackoverflow.com/questions/4347168/jquery-history-plugin – gideon Jan 5 at 10:31
can any body provide me simple sample which is using BBQ jquery plugin in MVC3 asp.net Ajax? – suma Jan 5 at 10:49
Googling it, this is the first link : benalman.com/projects/jquery-bbq-plugin – gideon Jan 5 at 10:58
M not able to use this plugin inmy application, anyway thanks.. I have to study these examples little more – suma Jan 5 at 11:01
Hi Suma, check this http://ajaxhistory.com/example – Shreekumar S Jan 7 at 6:41
show 1 more comment
feedback

1 Answer

up vote 0 down vote accepted

See this post

http://jqueryfordesigners.com/enabling-the-back-button/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.