GridView.InitializeRow Method (GridViewRow, DataControlField[])
.NET Framework (current version)
Initializes a row in the GridView control.
Assembly: System.Web (in System.Web.dll)
Parameters
- row
-
Type:
System.Web.UI.WebControls.GridViewRow
A GridViewRow that represents the row to initialize.
- fields
-
Type:
System.Web.UI.WebControls.DataControlField[]
An array of DataControlField objects that represent the column fields in the GridView control.
.NET Framework
Available since 2.0
Available since 2.0
Show:
