<%@ Page Language="C#" %> Using the BoundField for explicitly specifying Columns ProviderName="System.Data.SqlClient" ConnectionString="<%$ ConnectionStrings:AdventureWorks %>" SelectCommand="Select ProductID, Name, ProductNumber, DaysToManufacture from Production.Product"> AutoGenerateColumns="false">