Paging on a Datalist
This morning, my email had the following question:
“I am having a problem with datalist. Is it possible to do paging on datalist? If yes, what is the solution? I am using VB.NET on Microsoft Visual Studio 2008. Any recommend extension or solution?”
While I’m pretty sure I’ve addressed this in a previous article, I couldn’t find it doing a quick search, so I’ll review this issue again this morning.
The short answer is that, no you can’t do paging in a DataList. I created a hack for this back in 1.x, but there is no need for that anymore.
The DataList is a web control from the .NET 1.x days and has since been replace with the ListView control.
You can find my discussions of DataList to ListView conversion here:
Other Places Talking About DataList and Paging
- ASP .Net DataList Paging [ Visual Basic Knowledgebase ] – No native support for paging in ASP.Net DataList. Learn how to have Paging in footer Row A Customized DataList PagingIf you ever worked in GridView, you will be amazed with the native funct.
- DotnetSlakers – Ajax Data Controls Project (GridView, DataList … – Recently i came across this project, while just searching for an ajax enabled grid view or data list kinda code. Just for craze. I came across Ajax Data Controls project by DotNetSlakers.com. Read more….. The Ajax Data Controls is a …
Other Related Items:
3000 Feet Range Code Hopping TWO-WAY Paging Universal Vehicle Security and Remote Starter SystemComplete car alarm system designed to protect your vehicle with maximum security. This two way FM system not only provides maximum security but also g... Read More >
Two Pendant Alert Paging SystemThe Two Pendant Pager System allows patients to get assistance when needed with the press of a button.
If you're new here, you may want to subscribe to the mailing list to get notifications of new post and a virtual tour of past topics. Thanks for visiting!










