CreateUserWizard.RequireEmail Property
Gets or sets a value indicating whether an e-mail address is required for the Web site user.
Assembly: System.Web (in System.Web.dll)
When the RequireEmail property is true, the CreateUserWizard will display a text box and an associated label for the user to enter an e-mail address. If the user does not enter an e-mail address, the EmailRequiredErrorMessage property will display an error message.
If the RequireEmail property is set to true and you are using templated content, the Email control is required and the CreateUserWizard throws an exception if the Email control is not found or is of the wrong type. If RequireEmail is set to false, no exception is thrown if the Email is not found. If it is of the wrong type, it is ignored.
Note |
|---|
If the membership provider specified in the MembershipProvider property requires a unique e-mail address for new users, you must set the RequireEmail property to true so that the UI for entering an e-mail address is displayed. Otherwise, the user will see the EmailRequiredErrorMessage but have no way to enter an e-mail address. |
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
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