views:

47

answers:

1

I have a search that returns an AJAX(MVC AJAX Form) grid, and, in the grid there is a "details" button. When I press "back" I want to return the page with the returned results(that are loaded via AJAX after the page has open).

How can I do that? Using ASP.NET MVC AJAX or Jquery?

A: 

You may need a back button plug-in for jQuery.

galambalazs