The paging control is written by instructor Yang Tao! I have used it. I strongly recommend it here!
Online Demo address: http://www.webdiyer.com/Controls/MvcPager
Examples andSource code: Http://mvcpager.codeplex.com/
About mvcpager:
The mvcpager paging control is used in ASP. net mvc web applications.ProgramA series of extension methods for implementing the paging function. The initial implementation method of the paging control draws on some popular online sources.CodeIn particular, scottgu's pagedlist <t> class and related methods. After continuous improvement and improvement by webmasters, it introduces a mature and powerful ASP. net mvc paging solution.
Mvcpager provides the following functions:
1. Implement the most basic URL route paging;
2. You can manually enter or select a page index and verify the validity of the index;
3. Support implementing Ajax paging using the default Microsoft Ajax and microsoftmvcajax client script libraries of ASP. net mvc Ajax;
4. Support Ajax paging using jquery, And the generated HTML code is simpler;
5. In the Ajax paging mode, if the client browser does not support or disable the JavaScript function, the security downgrade is normal paging.
6. The search engine is friendly. Whether it is a common page or Ajax page, the search engine can directly search all pages.
7. support ASP. net mvc 1.0 and the latest ASP. net mvc 2.0;
8. Supports common browsers such as IE, Firefox, opera, chrome, and safari;
The mvcpager paging control is still being developed and improved. More functions will be enhanced and improved in later versions. We hope you will provide your valuable comments and suggestions during use!