CreateUserWizard::EmailRegularExpressionErrorMessage Property
.NET Framework (current version)
Gets or sets the error message displayed when the entered e-mail address does not pass the site's criteria for e-mail addresses.
Assembly: System.Web (in System.Web.dll)
public: property String^ EmailRegularExpressionErrorMessage { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The error message displayed when the entered e-mail address does not pass the regular expression defined in the EmailRegularExpression property. The default is "Please enter a different e-mail address." The default text for the control is localized based on the server's current locale.
Use the EmailRegularExpressionErrorMessage property to inform the user that the e-mail address entered did not pass the site's criteria for e-mail addresses.
.NET Framework
Available since 2.0
Available since 2.0
Show: