0
kicks
ASP .Net DataList Paging [ Visual Basic Knowledgebase ]
If you ever worked in GridView, you will be amazed with the native functionalities that GridView offers. But DataList is not loaded with that many features. It is basically meant for binding data in a tabular format. If there is a need of sorting, paging then we need to write our own code to cater those needs.