System.Web.UI.WebControls.DetailsView.InitializeRow Method

Initializes the specified System.Web.UI.WebControls.DetailsViewRow object.

Syntax

protected virtual void InitializeRow (DetailsViewRow row, DataControlField field)

Parameters

row
The System.Web.UI.WebControls.DetailsViewRow to initialize.
field
The System.Web.UI.WebControls.DataControlField that corresponds to the row.

Remarks

The DetailsView.InitializeRow(DetailsViewRow, DataControlField) method is a helper method called by the System.Web.UI.WebControls.DetailsView control to initialize the specified System.Web.UI.WebControls.DetailsViewRow object. The row is initialized for the System.Web.UI.WebControls.DataControlField object contained in the field parameter.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0