System.Web.UI.WebControls.AutoGeneratedField.ConvertEmptyStringToNull Property

Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are retrieved from the data source.

Syntax

public override bool ConvertEmptyStringToNull { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Sometimes a field's value is an empty string ("") in the data source. The AutoGeneratedField.ConvertEmptyStringToNull property is used to indicate whether empty string values are converted to null before being displayed in an System.Web.UI.WebControls.AutoGeneratedField.

Note:

This version of the property has been implemented to always return true. It is not possible to set this property.

Requirements

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