Mega Code Archive
Categories
/
ASP.Net Tutorial
/
Data Binding
Using BoundFields with the GridView control
The most important three properties of the BoundField class are the DataField, DataFormatString, and HeaderText properties. <%@ Page Language="C#" %>
Show BoundField
" SelectCommand="SELECT * FROM Products" Runat="server" />
File: Web.config