Home
Tech Tutorials
VB.NETAdding Paging Functionality To DataList
Author: bipinjoshi.com Published: 25th Sep 2005 Visited: 7916 times
Introduction ASP.NET DataList web control allows to display data in flexible way. One of the feature it lacks as compared with DataGrid is paging. This article explains you how to add such functionality to the DataList. Create new web project Start by creating a new web project in VB.NET in VS.NET. (Even if you are not using VS.NET thisgs will be pretty same.). Add a new web form called WebForm1 to the project. Adding a DataList Now, add a DataList web control on the web form. Arrange...n
Read Article Sponsored Links
Related Articles
• JMeter - Adding HTTP Header Manager Adding Header Manager Another very useful default element is the Header Manager Configuration element This element can either be added to the Test Plan and configured manually as an afterthought or we can simply use the recorded Browser derived headers element as included in the recor ...
• JMeter - Adding User Defined Variables Adding User Defined Variables The User Defined Variables UDV element as shown in the following snapshot is particularly interesting with regards to the test case design we drafted earlier in the table It allows you to plug values to variables being used in various locations in the Test Plan The JMet ...
• W3C Works on API Spec for HTTP Functionality The Web API Working Group is chartered to develop standard APIs for client side Web Application development and is working on documenting the existing interface a core component of what is commonly called AJAX a about ...