What steps are necessary to link data from a data source to a Repeater control?
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.