ASP.NET - The Repeater Control

W3C schools has a great tutorial on the Repeater control.
The Repeater control is used to display a repeated list of items that are bound to the control.
Examples
Read it at the external site...
| Language: | VB.NET |
|---|---|
| Platform: | Web |
Bind a DataSet to a Repeater Control
The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table, an XML file, or another list of items. Here we will show how to bind an XML file to a Repeater control.
Press the read it at external site link for the complete tutorial.





