System.Web.UI.WebControls.AutoGeneratedFieldProperties.Name Property

Gets or sets the name of the System.Web.UI.WebControls.AutoGeneratedField object.

Syntax

public string Name { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the AutoGeneratedFieldProperties.Name property to specify the name of the System.Web.UI.WebControls.AutoGeneratedField object. The name is often the name of the field bound to the System.Web.UI.WebControls.AutoGeneratedField object. The value of this property is also displayed in the header section of the System.Web.UI.WebControls.AutoGeneratedField object in a System.Web.UI.WebControls.DetailsView or a System.Web.UI.WebControls.GridView control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0