Introduction - If you have any usage issues, please Google them yourself
Paging is one of the most commonly used functions in the Web application in ASP.NET comes with a paging DataGrid (asp.net 1.1) and the GridView (asp.net 2.0) controls, but its sub- page function is not satisfactory, customizability, paging function can not be achieved by Url, and sometimes we need even DataList and Repeater paging custom data-bound controls, hand-write the the paging code not only technical difficulty large, cumbersome task and code reuse rate is extremely low, so paging has become a many ASP.NET programmers headache one of the problems.