Difference Between Repeater, DataList and GridView
To display and modify data in our Asp.Net web application, we can use Data-bound controls such as Repeater, DataList and GridView. All these three Data-bound controls are bounded to data source control such as LinqDataSource and SqlDataSource. These control also contain some other basic Asp.net control which includes DropdownList, Labels, Textbox, etc. Difference Between Repeater, DataList and GridView… Read More »