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?

Showing Answers 1 - 2 of 2 Answers

Guest

  • Mar 9th, 2005
 

repeater.datamember property- to bind to the controlondatabindingmethod

  Was this answer useful?  Yes

Binda Joshi

  • Mar 10th, 2005
 

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions