Use it for displaying a repeated list of items that creates a connection between data source and user interface.
A Repeater has five templates to format it from data source:
- HeaderTemplate
-->Displays header text and applies different styles. - AlternatingTemplates
-->Changes the style if items are changing on data binding. - ItemTemplate
-->Displays items when it's not in header of footer mode. - SeparatorTemplate
-->It separates items using<br>tags. - FooterTemplate
-->Displays footer text and applies different formatting.