1. Modified from AFeng universal paging control V1.1, all core paging methods are rewritten
2. Opening method VS2005 sp1, programming language C#
2. Pure server-side control, no need to obtain page QueryString
4. Integrate multiple paging methods: traditional up and down page turning, digital page turning, etc. The effect can be seen by setting PagingMode and PageJump
5. Integrate the jump function to display the number of rows on each page
6. There is also an MTCGridView control, which is modified from Webabcd's SmartGridView. However, there are still some functions that are not completed and will be added in subsequent versions, such as subtotals, totals and other practical functions.
7. The Demo database uses the NorthWind database that comes with Sql.
Expand