|
In this tutorial we will talk about the DataList
control. The DataList control is somewhat a combination of the DataGrid and
Repeater controls. It works like the Repeater control, allowing us to create
templates so that it can be bound to a data source. It also allows you to edit
records, much like the DataGrid control.
To use the DataList control, drag and drop the DataList
control from the Toolbox in Visual Studio.NET, then
bind the control to a data source.
Right click on DataList then select - Edit
Template - Header and Footer Templates
|