MVC Paging and Sorting Patterns: How to Page or Sort Re-Using Form Criteria
- by CRice
What is the best ASP.NET MVC pattern for paging data when the data is filtered by form criteria?
This question is similar to: http://stackoverflow.com/questions/1425000/preserve-data-in-net-mvc but surely there is a better answer?
Currently, when I click the search button this action is called:
[AcceptVerbs(HttpVerbs.Post)]
public…