DetailsView::CreateFieldSet Method
Creates the complete set of automatically generated and user-defined row fields used to generate the control hierarchy.
Assembly: System.Web (in System.Web.dll)
protected: virtual ICollection^ CreateFieldSet( Object^ dataItem, bool useDataSource )
Parameters
- dataItem
- Type: System::Object
The data item for which to create the row fields.
- useDataSource
- Type: System::Boolean
true to use the data item to create the automatically generated row fields; otherwise, false.
Return Value
Type: System.Collections::ICollectionAn ICollection that contains both the automatically generated and the user-defined row fields for the specified data item.
The CreateFieldSet method is a helper method called by the DetailsView control to create the complete set of row fields for the control. If the AutoGenerateRows property is set to true, automatically generated row fields are appended to the user-defined row fields contained in the Fields collection. To create the automatically generated row fields based on the data item, pass in true for the useDataSource parameter; otherwise, the automatically generated row fields are created based on properties of the existing row fields in the control.
Notes to Inheritors:When extending the DetailsView class, you can override this method to create your own set of row fields.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.