Professional Touch International Inc.   
About Us   Home   Questionnaire    Shopping Cart    Your Account    Help   

Login
(954) 430-5263 
Contact Us

Product Categories
Windows Applications
Web Applications
Web Services
Web Pages
Web Controls
Smart Windows Applications
SQL Tables
SQL Views
SQL Stored Procedures
SQL User Defined Functions
N-Tier Classes
Hosted Solutions
Windows Services
Smart Clients
Windows Techniques
ASP.NET Techniques
Miscellaneous Techniques
Pre-Packaged Solutions
ASP.NET List Control
Consulting Hours
Remoting
Dynamic Documentation
Deployment
One-Time Fees
On-Going Fees
 
Other Site Pages
Products
Smart Applications
Synergy Ingredients
Web Services vs Remote
FAQs
Revolutionary Concepts
MMIT vs SDE
Dynamic Graphs
Dynamic Documentation

ASP.NET List Control

There are three ASP.NET list controls: the datagrid, the datalist and the datarepeater. Choosing involves the nature of what you need. The DataGrid is the richest of the controls and therefore costs the most. Both in term of bytes transferred and in terms of performance. It is justified when you use web services, when you need to go thru a firewall or when you need to work offline (as a dataset can be serialized and deserialized). The datagrid and the datarepeater see the data as rows, whereas the datalist sees it as cells. The DataRepeater is the fastest, most efficient yet cannot be use for updates.

DataGrid
The datagrid is the richest of the list controls. You can add template columns to edit, update and delete data as needed. You can enable working offline by serializing its data and rehydrating it back (item ptii-402).
ptii-601
Click here to Order
DataList
A Datalist control is used to list data items such as customer names in a drill-in customer report.
ptii-602
Click here to Order
DataRepeater
A DataRepeater reads data from a data store the most efficient way. Our recommendation whenever possible. It cannot be used when updating data. An example of a DataRepeater can be found on our About Us page.
ptii-603
Click here to Order

©2002 Professional Touch International, Inc.

This is a dynamic ASP.Net page. It was created at: 9/4/2010 1:34:02 PM