Repeater





0/5 (0 vote)
The Repeater control is the most lightweight Data Presentation control available in the ASP.NET framework and has been around since version 1.0.This
The Repeater control is the most lightweight Data Presentation control available in the ASP.NET framework and has been around since version 1.0.
This control is used to display a repeated lists of items that are bound to the control.
External Links:
- ASP.NET The Repeater Control (w3schools)
- Using ASP.NET Repeater Control (Sitepoint)