What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control ?
You must set the DataSource property and call the DataBind method.
You must set the DataSource property and call the DataBind method.