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.
We will use the XML file cdcatalog.xml in our examples:
|
demo_repeater1.aspx |
Web |
|
---|---|---|
|