5

Possible Duplicates:
How do I do pagination in ASP.NET MVC?
Paging search results with asp.net MVC

Can anyone point me towards a canonical ASP.NET MVC paginated list example?

Community
  • 1
  • 1
Ben Aston
  • 53,718
  • 65
  • 205
  • 331
  • 6
    It's been asked : http://stackoverflow.com/questions/446196/how-do-i-do-pagination-in-asp-net-mvc http://stackoverflow.com/questions/1254332/paging-in-asp-net-mvc http://stackoverflow.com/questions/1432387/willpaginate-for-asp-net-mvc http://stackoverflow.com/questions/1677905/asp-net-mvc-search-form-with-pagination http://stackoverflow.com/questions/1770691/issues-with-pagination-in-asp-net-mvc http://stackoverflow.com/questions/1663616/paging-search-results-with-asp-net-mvc http://stackoverflow.com/questions/890855/asp-net-pagination-best-practice – George Stocker Jan 19 '10 at 13:55
  • recently i found with cool controls, tooltip, first, next, last, previous check this [mvc 4 paging nuget package](http://nuget.org/packages/MVC4.Paging/), [demo web page](http://mvcpaging.apphb.com/) – Sender Jun 19 '13 at 03:41

1 Answers1

17

From the famous nerddinner tutorial: http://nerddinnerbook.s3.amazonaws.com/Part8.htm

jao
  • 18,273
  • 15
  • 63
  • 96