Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Comparison of the GridView, Repeater, and DataList Controls - ASP.NET

RSS
Modified on Sat, Jul 04, 2009, 1:00 AM by Administrator Categorized as ASP·NET Web Forms
All three provide the following features.
  • View data
  • Templates

FeatureRepeaterDataListGridView
Edit Data-XX
Create Data--X1
Select/Edit/Delete-XX
Table layout-X2X
Flow layoutXX-
Column layout-X-
Style properties-XX
Sorting--X
Paging--X

Footnotes

  1. Data can be created with the GridView control by using the GridViewExtender class, available here.
  2. The table layout is not an intrinsic part of the DataList control, but rather must be coded manually.

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.