Pagination in ASP.NET MVC
Perfect
http://en.webdiyer.com/mvcpager/demos/storedprocedure/
Microsoft
MVC 2
https://basquang.wordpress.com/2011/03/18/stored-procedures-paging-solution-in-asp-net-mvc-2/
MVC 4
https://www.c-sharpcorner.com/article/paging-in-asp-net-mvc-4-using-pagelist/
MVC 5
https://www.c-sharpcorner.com/article/paging-sorting-and-filtering-with-partial-view-in-Asp-Net-m/
Code Project
- Beginners Guide for Creating GridView in ASP.NET MVC 5
- Grid View with Server Side Filtering, Sorting and Paging in ASP.NET MVC 5
- Grid with Server Side Advanced Search using JQuery DataTables in ASP.NET MVC 5
- Grid View with AJAX based CRUD Operations in ASP.NET MVC 5
Source code
https://www.c-sharpcorner.com/article/paging-and-sorting-in-Asp-Net-mvc/
https://code.msdn.microsoft.com/Getting-Started-with-dd0e2ed8
https://www.codeproject.com/Articles/1118363/GridView-with-Server-Side-Filtering-Sorting-and-Pa
http://www.codedigest.com/posts/10/creating-grid-table-with-sorting-filtering-and-paging-in-aspnet-mvc
https://www.c-sharpcorner.com/article/beginners-guide-to-create-gridview-in-asp-net-mvc/