The ASP.NET Repeater is a basic container control that allows you to create custom lists from any data available to the page. It provides a highly customizable interface. It has no built-in layout or styles, so you must explicitly declare all layout, formatting, and style tags within the controls templates. From the following ASP.NET chapters you can learn some important Repeater control functionalities.
- Related Contents
Advertisement
ASP.NET Related Topics