Gets or sets the text to display in the empty data row rendered when a System.Web.UI.WebControls.FormView control is bound to a data source that does not contain any records.
Documentation for this section has not yet been entered.
The empty data row is displayed in a System.Web.UI.WebControls.FormView control when the data source that is bound to the control does not contain any records. Use the FormView.EmptyDataText property to specify the text to display in the empty data row. To control the style of the empty data row, use the FormView.EmptyDataRowStyle property. Alternatively, you can define your own custom user interface (UI) for the empty data row by setting the FormView.EmptyDataTemplate property instead of this property.
If both the FormView.EmptyDataText and FormView.EmptyDataTemplate properties are set, the FormView.EmptyDataTemplate property takes precedence.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.