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)
abstract EmailRegularExpressionErrorMessage : string with get, set override EmailRegularExpressionErrorMessage : string with get, set
Property Value
Type: System.StringThe 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: