
This VIDEO TUTORIAL will demonstrate on how to apply various templates to the Repeater control, similar to the DataList control. Repeater control supports only five templates, namely, Header Template, Item Template, Alternating Template, Separator Template and Footer Template. In this step, the repeater control’s mark up is further enhanced by removing the previous step’s mark up and replacing it with Header, Item and Footer Templates. These templates are also applied with various style classes from the Style.css file of the project. Finally, an examination of the Repeater control display on the Basics.aspx web page at run time will conclude this step. For detailed information and source code for this step, please refer to the original article.