 |
The Repeater List Control |
     |
| |
The most basic list control is the Repeater control. As its name suggests, the Repeater control is used to display a collection of items in a repeating list. The items are rendered in the list based on templates.
|
| |
| Date Added:
Mar 28, 2006 , Clicked:
11,195 |
3 Reviews |
|
|
 |
Binding Data to List Control |
     |
| |
An ASP.NET list control can be bound to any data source that implements the IEnumerable, ICollection, or IListSource interfaces (for example, DataView, OleDBDataReader, SQLDataReader, Hashtable, and ArrayList).
|
| |
| Date Added:
Mar 28, 2006 , Clicked:
14,421 |
2 Reviews |
|
|
|