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
Related Sections
- ASP.NET Data-Bound Web Server Controls Overview
Provides information on all ASP.NET Web server controls for displaying data.
- Accessing Data with ASP.NET
Provides general information on using ASP.NET controls to work with data.
- ASP.NET Web Server Controls Overview
Provides general information on working with ASP.NET Web server controls.
- Individual ASP.NET Web Server Controls
Provides information on other Web server controls.
- Data Web Server (ASP.NET) Controls
Provides links to topics about other data controls.
- ASP.NET Web Server Controls Templates
Provides links to topics that discuss how to create templates.