What steps are necessary to link data from a data source to a Repeater control?

Choose the correct answer

Explanation

To successfully bind data to a Repeater control, you must first set its DataSource property with the data source, and then call the DataBind() method to populate the control. Therefore, both steps are essential.

What steps are necessary to link data from a data so… — ASP.net | PakQuizHub