What is Repeater Control in ASP.Net ?
Ask by Anonymous User
Updated 23 Sep 2020
Repeater control is an iterative control in the sense it loops each record in the Data Source and renders the specified template (Item Template) for each record in the Data Source collection.