When using the Repeater control, what is responsible for defining the layout of the repeated items?

  • FooterTemplate
  • HeaderTemplate
  • ItemTemplate
  • SeparatorTemplate
In the context of the Repeater control, the ItemTemplate is responsible for defining the layout of each repeated item. It allows you to specify the structure and appearance of the individual items being repeated. For example, you can define HTML markup or controls to display data from the data source.
Add your answer
Loading...

Leave a comment

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