How to add paging in Datalist in ASP.NEt?
How to add paging in Datalist in ASP开发者_Python百科.NEt ?
Have a look at these articles:
- Efficient Data Paging with the ASP.NET 2.0 DataList Control and ObjectDataSource (Scott Guthrie)
- Adding Paging Support to the Repeater or DataList with the PagedDataSource Class
精彩评论