DetailsView::CreateAutoGeneratedRows Method
Creates a set of automatically generated row fields for the specified data item.
Assembly: System.Web (in System.Web.dll)
Parameters
- dataItem
- Type: System::Object
The data item for which to create the automatically generated row fields.
Return Value
Type: System.Collections::ICollectionAn ICollection that contains the automatically generated row fields for the specified data item.
| Exception | Condition |
|---|---|
| HttpException | The DetailsView control does not have any properties or attributes from which to generate fields. |
When the AutoGenerateRows property is set to true, the CreateAutoGeneratedRows method is called by the DetailsView control to create a set of automatically generated row fields for the current data item.
Notes to Inheritors:When extending the DetailsView class, you can override this method to create your own set of automatically generated 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.