BaseValidator::Text Property
Gets or sets the text displayed in the validation control when validation fails.
Assembly: System.Web (in System.Web.dll)
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)] public: virtual property String^ Text { String^ get () override; void set (String^ value) override; }
<asp:BaseValidator Text="String" />
Property Value
Type: System::StringThe text displayed in the validation control when validation fails. The default is an empty string (""), which indicates that this property is not set.
Implements
ITextControl::TextUse the Text property to specify the text to display in a validation control when validation fails. You can also display a summary of all controls that fail validation in the page by using a ValidationSummary control. To specify the text to display in a ValidationSummary control, use the ErrorMessage property.
Note |
|---|
If you set the ErrorMessage property without setting the Text property, the value of the ErrorMessage property is also displayed in the validation control. |
| Topic | Location |
|---|---|
| Walkthrough: Validating User Input in a Web Forms Page | Building ASP .NET Web Applications in Visual Studio |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note