JavaScript Editor jscript editor     Web designer 



Main Page

The Repeater Web server control is a container control that allows you to create custom lists out of any data that is available to the page. The Repeater control does not have a built-in rendering of its own, which means that you must provide the layout for the Repeater control by creating templates. When the page runs, the Repeater control loops through the records in the data source and renders an item for each record.

Because the Repeater control has no default look, you can use it to create many kinds of lists, including the following:

Expand imageUsing Templates with the Repeater Control

Expand imageBinding Data to the Repeater Control

Expand imageEvents Supported by the Repeater Control

Expand imageSee Also



JavaScript Editor jscript editor     Web designer