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 R

Q

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?

✍: Guest

A

You must set the DataMember property which Gets or sets the specific table in the DataSource to bind to the control and the DataBind method to bind data from a source to a server control. This method is commonly used after retrieving a data set through a database query.

2014-01-29, 1519👍, 0💬