Repeater List Control
See also: Working with Lists, Repeater Control
A Repeater List Control provides a flexible way of displaying data from a table in an unordered or ordered list. It is essentially the same as a Repeater Control but with the following differences:
See Repeater Control for more information.
A Repeater List Row Control represents a single table row within its parent Repeater List Control. It is a system control and cannot be inserted or deleted manually. Each Repeater List Row Control acts as a container for any number of child controls which are rendered without using any additional HTML markup.
A Repeater List Row Control does not have any properties and
cannot be styled. Child content can be styled using the List Layout of the
containing Repeater List Control.