The Repeater control relies heavily on ________ binding to display data.

  • Design-time
  • Run-time
  • Static
  • Dynamic
The Repeater control in ADO.NET relies heavily on dynamic binding to display data. Dynamic binding involves binding data to the control at runtime, allowing for flexibility in displaying different datasets without needing to modify the control's structure at design time. This makes it a versatile option for displaying various datasets in web applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *