Each column can be any of several column types
The order of your column tags determines the left-to-right order of columns in the GridView.
Class Description
BoundField text
ButtonField button
CheckBoxField check box
It¡Â¯s used automatically for true/false fields (in SQL Server, these are fields that use the bit data type).
CommandField provides selection or editing buttons.
HyperLinkField a hyperlink.
ImageField image data from a binary field.
TemplateField specify multiple fields, custom controls, and arbitrary HTML
<%@ Page Language="VB" AutoEventWireup="false"%>
Untitled Page
File: Web.config
providerName="System.Data.SqlClient" />