This documentation is archived and is not being maintained.
DetailsView::InitializeRow Method
Visual Studio 2010
Initializes the specified DetailsViewRow object.
Assembly: System.Web (in System.Web.dll)
Parameters
- row
- Type: System.Web.UI.WebControls::DetailsViewRow
The DetailsViewRow to initialize.
- field
- Type: System.Web.UI.WebControls::DataControlField
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 InheritorsWhen extending the DetailsView class, you can override this method to create your own custom row.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: