Initializes the specified System.Web.UI.WebControls.DetailsViewRow object.
- row
- The System.Web.UI.WebControls.DetailsViewRow to initialize.
- field
- The System.Web.UI.WebControls.DataControlField that corresponds to the row.
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.