DetailsView.CreateAutoGeneratedRow Method
.NET Framework 3.0
Creates an AutoGeneratedField object that represents an automatically generated row field using the specified field properties.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected: virtual AutoGeneratedField^ CreateAutoGeneratedRow ( AutoGeneratedFieldProperties^ fieldProperties )
protected AutoGeneratedField CreateAutoGeneratedRow ( AutoGeneratedFieldProperties fieldProperties )
protected function CreateAutoGeneratedRow ( fieldProperties : AutoGeneratedFieldProperties ) : AutoGeneratedField
Not applicable.
Parameters
- fieldProperties
An AutoGeneratedFieldProperties that contains the properties for the AutoGeneratedField.
Return Value
An AutoGeneratedField that contains the field properties specified by the fieldProperties parameter.The CreateAutoGeneratedRow method is a helper method called by the DetailsView control to create an automatically generated row field using the specified field properties.
Notes to Inheritors: When extending the DetailsView class, you can override this method to create your own automatically generated row field.Community Additions
ADD
Show: