Moderate

Which of the following must be done in order to connect data from some data resource to Repeater control ?

Correct answer: C. Both A and B

  • A. Call the DataBind method
  • B. Set the DataSource property
  • C. Both A and B
  • D. None of these

Explanation

The Repeater needs a data source assigned through DataSource, and DataBind() must then be called to create its item controls from that data. Therefore both listed actions are required in the standard programmatic binding approach.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions