The properties of System.Web.UI.WebControls.CreateUserWizard are listed below. For a list of all members, see the CreateUserWizard Members list.
See Also: Inherited members from System.Web.UI.WebControls.Wizard
override | ActiveStepIndex | int.
Gets or sets the step that is currently displayed to the user. |
| Answer | string.
Gets or sets the end user's answer to the password recovery confirmation question. | |
| AnswerLabelText | string.
Gets or sets the text of the label that identifies the password confirmation answer text box. | |
| AnswerRequiredErrorMessage | string.
Gets or sets the error message shown when the user does not enter an answer to the password confirmation question. | |
| AutoGeneratePassword | bool.
Gets or sets a value indicating whether or not to automatically generate a password for the new user account. | |
| [read-only] | CompleteStep | CompleteWizardStep.
Gets a reference to the final user account creation step. |
| CompleteSuccessText | string.
Gets or sets the text displayed when a Web site user account is created successfully. | |
| [read-only] | CompleteSuccessTextStyle | TableItemStyle.
Gets a reference to a collection of properties that define the appearance of the text displayed when a Web site user account is created successfully. |
| [read-only] | ConfirmPassword | string.
Gets the second password entered by the user. |
| ConfirmPasswordCompareErrorMessage | string.
Gets or sets the error message shown when the user enters two different passwords in the password and confirm password text boxes. | |
| ConfirmPasswordLabelText | string.
Gets or sets text of the label for the second password text box. | |
| ConfirmPasswordRequiredErrorMessage | string.
Gets or sets the error message displayed when the user leaves the confirm password text box empty. | |
| ContinueButtonImageUrl | string.
Gets or sets the URL of an image used for the Continue button on the final user account creation step. | |
| [read-only] | ContinueButtonStyle | Style.
Gets a reference to a collection of properties that define the appearance of the Continue button. |
| ContinueButtonText | string.
Gets or sets the text caption displayed on the Continue button. | |
| ContinueButtonType | ButtonType.
Gets or sets the type of button rendered as the Continue button. | |
| ContinueDestinationPageUrl | string.
Gets or sets the URL of the page that the user will see after clicking the Continue button on the success page. | |
| CreateUserButtonImageUrl | string.
Gets or sets the URL of an image displayed for the Create User button. | |
| [read-only] | CreateUserButtonStyle | Style.
Gets a reference to a collection of properties that define the appearance of the Create User button. |
| CreateUserButtonText | string.
Gets or sets the text caption displayed on the Create User button. | |
| CreateUserButtonType | ButtonType.
Gets or sets the type of button rendered as the Create User button. | |
| [read-only] | CreateUserStep | CreateUserWizardStep.
Gets a reference to the template for the user account creation step. |
| DisableCreatedUser | bool.
Gets or sets a value indicating whether the new user should be allowed to log on to the Web site. | |
override | DisplaySideBar | bool.
Gets or sets a value indicating whether to display the sidebar area of the control. |
| DuplicateEmailErrorMessage | string.
Gets or sets the error message displayed when the user enters an e-mail address that is already in use in the membership provider. | |
| DuplicateUserNameErrorMessage | string.
Gets or sets the error message displayed when the user enters a user name that is already in use in the membership provider. | |
| EditProfileIconUrl | string.
Gets or sets the URL of an image to display next to the link to the user profile editing page. | |
| EditProfileText | string.
Gets or sets the text caption for the link to the user profile editing page. | |
| EditProfileUrl | string.
Gets or sets the URL of the user profile editing page. | |
string.
Gets or sets the e-mail address entered by the user. | ||
| EmailLabelText | string.
Gets or sets the text of the label for the e-mail text box. | |
| EmailRegularExpression | string.
Gets or sets a regular expression used to validate the provided e-mail address. | |
| EmailRegularExpressionErrorMessage | string.
Gets or sets the error message displayed when the entered e-mail address does not pass the site's criteria for e-mail addresses. | |
| EmailRequiredErrorMessage | string.
Gets or sets the error message shown to the user when an e-mail address is not entered in the e-mail text box. | |
| [read-only] | ErrorMessageStyle | TableItemStyle.
Gets a reference to a collection of style properties that define the appearance of error messages. |
| HelpPageIconUrl | string.
Gets or sets the URL of an image to display next to the link to the Help page. | |
| HelpPageText | string.
Gets or sets the text caption for the link to the Help page. | |
| HelpPageUrl | string.
Gets or sets the URL of the Help page. | |
| [read-only] | HyperLinkStyle | TableItemStyle.
Gets or sets a collection of properties that define the appearance of hyperlinks. |
| InstructionText | string.
Gets or sets instructions for creating a new user account. | |
| [read-only] | InstructionTextStyle | TableItemStyle.
Gets a reference to a collection of properties that define the appearance of instruction text. |
| InvalidAnswerErrorMessage | string.
Gets or sets the message displayed when the password retrieval answer is not valid. | |
| InvalidEmailErrorMessage | string.
Gets or sets the message displayed when the entered e-mail address is not valid. | |
| InvalidPasswordErrorMessage | string.
Gets or sets the message displayed when the password entered is not valid. | |
| InvalidQuestionErrorMessage | string.
Gets or sets the message displayed when the password retrieval question entered is not valid. | |
| [read-only] | LabelStyle | TableItemStyle.
Gets a reference to a collection of properties that define the appearance of labels. |
| LoginCreatedUser | bool.
Gets or sets a value indicating whether to log in the new user after creating the user account. | |
| [read-only] | MailDefinition | MailDefinition.
Gets a reference to a collection of properties that define the characteristics of the e-mail message sent to new users. |
| MembershipProvider | string.
Gets or sets the membership provider called to create user accounts. | |
| [read-only] | Password | string.
Gets the password entered by the user. |
| [read-only] | PasswordHintStyle | TableItemStyle.
Gets a reference to a collection of properties that define the appearance of the text that describes password requirements. |
| PasswordHintText | string.
Gets or sets the text that describes password requirements. | |
| PasswordLabelText | string.
Gets or sets the text of the label for the password text box. | |
| PasswordRegularExpression | string.
Gets or sets a regular expression used to validate the provided password. | |
| PasswordRegularExpressionErrorMessage | string.
Gets or sets the error message shown when the password entered does not conform to the site's password requirements. | |
| PasswordRequiredErrorMessage | string.
Gets or sets the text of the error message shown when the user does not enter a password. | |
| Question | string.
Gets or sets the password recovery confirmation question entered by the user. | |
| QuestionLabelText | string.
Gets or sets the text of the label for the question text box. | |
| QuestionRequiredErrorMessage | string.
Gets or sets the error message that is displayed when the user does not enter a password confirmation question. | |
| RequireEmail | bool.
Gets or sets a value indicating whether an e-mail address is required for the Web site user. | |
override | SkipLinkText | string.
Gets or sets a value that is used to render alternate text that notifies screen readers to skip the sidebar area's content. |
| [read-only] | TextBoxStyle | Style.
Gets a reference to a collection of properties that define the appearance of text box controls. |
| [read-only] | TitleTextStyle | TableItemStyle.
Gets a reference to a collection of properties that define the appearance of titles. |
| UnknownErrorMessage | string.
Gets or sets the error message displayed when an error returned by the membership provider is not defined. | |
| UserName | string.
Gets or sets the user name entered by the user. | |
| UserNameLabelText | string.
Gets or sets the text of the label for the user name text box. | |
| UserNameRequiredErrorMessage | string.
Gets or sets the error message displayed when the user name text box is left blank. | |
| [read-only] | ValidatorTextStyle | Style.
Gets a reference to the System.Web.UI.WebControls.Style object that allows you to set the appearance of the validation error messages. |
| [read-only] override | WizardSteps | WizardStepCollection.
Gets a reference to a collection containing all the System.Web.UI.WebControls.WizardStepBase objects defined for the control. |
| [read-only] | QuestionAndAnswerRequired | bool.
Gets a value indicating whether the user is required to enter a password confirmation question and answer. |