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.
Repeater control is an iterative control in the sense it
loops each record in the Data Source and renders the specified template
(Item Template) for each record in the Data Source collection.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Repeater control is an iterative control in the sense it loops each record in the Data Source and renders the specified template (Item Template) for each record in the Data Source collection.