MvcPager
MvcPager is a free paging component for ASP.NET MVC web application, it expose a series of extension methods for using in ASP.NET MVC applications, the implementation was inspired by ScottGu's PagedList<T> idea.
MvcPager features include:
- Basic url route paging;
- Support Ajax paging using jQuery or default Ajax library included in asp.net mvc project template;
- Can be safely downgraded to standard url paing if client browser doesn't support Javascript or Javascript is disabled;
- Search engine friendly, whether it's standard url paging or Ajax paging, search engines can crawl through all pages;
- Support both ASP.NET MVC 1.0 and ASP.NET MVC 2.0;
- Support all major browsers, IE, Firefox, Opera, Chrome and Safari;
MvcPager is free and open source software, the source code is released under Ms-PL license.