GridView.InitializeRow Method
.NET Framework 3.0
Initializes a row in the GridView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected: virtual void InitializeRow ( GridViewRow^ row, array<DataControlField^>^ fields )
protected void InitializeRow ( GridViewRow row, DataControlField[] fields )
protected function InitializeRow ( row : GridViewRow, fields : DataControlField[] )
Not applicable.
Parameters
- row
A GridViewRow that represents the row to initialize.
- fields
An array of DataControlField objects that represent the column fields in the GridView control.
Community Additions
ADD
Show:
Note: