How to Use Repeater Control in Asp.Net in Easy Way

Repeater Control in Asp.Net
It is a data bound control that is used to display repeated list of items from the associated data source.
We can split markup tags across the templates.
No support for inbuilt layout or styles.
Explicitly declare all layouts, formatting & Styles.
It displays data items in a repeating list, similar to datalist, the content and layout of list items in Repeater is defined using templates.
The repeater control may be bound to a database table, xml file etc.
It provides with the maximum amount of flexibility in rendering a set of database records.



Comments