Mega Code Archive
Categories
/
ASP.Net
/
Data Binding
Using the BoundField for explicitly specifying Columns
<%@ Page Language="C#" %>
Using the BoundField for explicitly specifying Columns
" SelectCommand="Select ProductID, Name, ProductNumber, DaysToManufacture from Production.Product">