DetailsView.InitializeRow Method
.NET Framework 3.0
Initializes the specified DetailsViewRow object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void InitializeRow ( DetailsViewRow row, DataControlField field )
protected function InitializeRow ( row : DetailsViewRow, field : DataControlField )
Not applicable.
Parameters
- row
The DetailsViewRow to initialize.
- field
The DataControlField that corresponds to the row.
The InitializeRow method is a helper method called by the DetailsView control to initialize the specified DetailsViewRow object. The row is initialized for the DataControlField object contained in the field parameter.
Notes to Inheritors: When extending the DetailsView class, you can override this method to create your own custom row.Community Additions
ADD
Show: