CreateUserWizard.EmailRegularExpressionErrorMessage Property
.NET Framework 3.0
Gets or sets the error message displayed when the entered e-mail address does not pass the site's criteria for e-mail addresses.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property String^ EmailRegularExpressionErrorMessage { String^ get (); void set (String^ value); }
/** @property */ public String get_EmailRegularExpressionErrorMessage () /** @property */ public void set_EmailRegularExpressionErrorMessage (String value)
public function get EmailRegularExpressionErrorMessage () : String public function set EmailRegularExpressionErrorMessage (value : String)
Not applicable.
Property Value
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.Community Additions
ADD
Show: