Control Template in DataGrid, Repeater and DataList Controls
A template is a combination of HTML elements, controls and embedded server controls, and can be used to customize and manipulate the layout of a control. ASP.NET provides three server controls for displaying data in a customized layout: Datagrid control, Repeater control, and Datalist control. This tutorial explains how to use a template to customize the layout of these controls.