DetailsView::CreateAutoGeneratedRows Method (Object^)
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::ICollection^An 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.
Available since 2.0
AutoGenerateRows
CreateAutoGeneratedRows
DetailsView Class
System.Web.UI.WebControls Namespace