In this ASP.NET Video tutorial i will show you how to design TemplateField of Gridview in ASP.NET. Actually, TemplateField is used for making custom type. I mean to say that you can put other control like DropdownList, Label, RadioButton, Panels etc in ItemTemplate, EditItemTemplate etc.
In this Video tutorial we will bind the Gridview from the database table using SqlConnection Class. This class is exist in System.Data.SqlClient class. Similarly, we will use SqlCommand, SqlDataReader classes in this Tutorial.