DetailsView.CreateAutoGeneratedRows Method
.NET Framework 3.0
Creates a set of automatically generated row fields for the specified data item.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected ICollection CreateAutoGeneratedRows ( Object dataItem )
protected function CreateAutoGeneratedRows ( dataItem : Object ) : ICollection
Not applicable.
Parameters
- dataItem
The data item for which to create the automatically generated row fields.
Return Value
An ICollection that contains the automatically generated row fields for the specified data item.| Exception type | Condition |
|---|---|
| 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.Community Additions
ADD
Show: