- Posted:
13 Sep 2023
- Author: Mudassar Khan
-
- Technology:
C#
- Language:
English
-
Here Mudassar Khan has explained how to use the ASP.Net Repeater control for displaying data (records) from database in C#.
The Repeater control as the name suggests will repeat its content and hence it can be used to display data using any HTML element.
In this article, the Repeater control will be populated from database and the data will be displayed as HTML table on the page.