Repeater control templates - ASP.NET Introduction
Q. Which of the following template supports by Repeater control?- Published on 19 Oct 15a. <ItemTemplate>
b. <AlternatingItemTemplate>
c. <SeperatorTemplate>
d. All of the above
ANSWER: All of the above
Repeater is a web server control. It is used to create custom lists out of data that is available on the page. Repeater control supports different type of template because it has not any built in layout.
Following are the template that a repeater control supports.
• ItemTemplate
• AlternatingItemTemplate
• SeparatorTemplate
• HeaderTemplate and FooterTemplate