Repeater Web Server Control

The Repeater Web server control is a data-bound container control that produces a list of individual items. You define the layout of individual items on a Web page using templates. When the page runs, the control repeats the layout for each item in the data source.

The following topics provide information on the structure of a Repeater control and how to add it to an ASP.NET Web page.

In This Section