System.Web.UI.WebControls.CreateUserWizard: Property Members

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

Public Properties

override
ActiveStepIndexint.

Gets or sets the step that is currently displayed to the user.

Answerstring.

Gets or sets the end user's answer to the password recovery confirmation question.

AnswerLabelTextstring.

Gets or sets the text of the label that identifies the password confirmation answer text box.

AnswerRequiredErrorMessagestring.

Gets or sets the error message shown when the user does not enter an answer to the password confirmation question.

AutoGeneratePasswordbool.

Gets or sets a value indicating whether or not to automatically generate a password for the new user account.

[read-only]
CompleteStepCompleteWizardStep.

Gets a reference to the final user account creation step.

CompleteSuccessTextstring.

Gets or sets the text displayed when a Web site user account is created successfully.

[read-only]
CompleteSuccessTextStyleTableItemStyle.

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]
ConfirmPasswordstring.

Gets the second password entered by the user.

ConfirmPasswordCompareErrorMessagestring.

Gets or sets the error message shown when the user enters two different passwords in the password and confirm password text boxes.

ConfirmPasswordLabelTextstring.

Gets or sets text of the label for the second password text box.

ConfirmPasswordRequiredErrorMessagestring.

Gets or sets the error message displayed when the user leaves the confirm password text box empty.

ContinueButtonImageUrlstring.

Gets or sets the URL of an image used for the Continue button on the final user account creation step.

[read-only]
ContinueButtonStyleStyle.

Gets a reference to a collection of properties that define the appearance of the Continue button.

ContinueButtonTextstring.

Gets or sets the text caption displayed on the Continue button.

ContinueButtonTypeButtonType.

Gets or sets the type of button rendered as the Continue button.

ContinueDestinationPageUrlstring.

Gets or sets the URL of the page that the user will see after clicking the Continue button on the success page.

CreateUserButtonImageUrlstring.

Gets or sets the URL of an image displayed for the Create User button.

[read-only]
CreateUserButtonStyleStyle.

Gets a reference to a collection of properties that define the appearance of the Create User button.

CreateUserButtonTextstring.

Gets or sets the text caption displayed on the Create User button.

CreateUserButtonTypeButtonType.

Gets or sets the type of button rendered as the Create User button.

[read-only]
CreateUserStepCreateUserWizardStep.

Gets a reference to the template for the user account creation step.

DisableCreatedUserbool.

Gets or sets a value indicating whether the new user should be allowed to log on to the Web site.

override
DisplaySideBarbool.

Gets or sets a value indicating whether to display the sidebar area of the control.

DuplicateEmailErrorMessagestring.

Gets or sets the error message displayed when the user enters an e-mail address that is already in use in the membership provider.

DuplicateUserNameErrorMessagestring.

Gets or sets the error message displayed when the user enters a user name that is already in use in the membership provider.

EditProfileIconUrlstring.

Gets or sets the URL of an image to display next to the link to the user profile editing page.

EditProfileTextstring.

Gets or sets the text caption for the link to the user profile editing page.

EditProfileUrlstring.

Gets or sets the URL of the user profile editing page.

Emailstring.

Gets or sets the e-mail address entered by the user.

EmailLabelTextstring.

Gets or sets the text of the label for the e-mail text box.

EmailRegularExpressionstring.

Gets or sets a regular expression used to validate the provided e-mail address.

EmailRegularExpressionErrorMessagestring.

Gets or sets the error message displayed when the entered e-mail address does not pass the site's criteria for e-mail addresses.

EmailRequiredErrorMessagestring.

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]
ErrorMessageStyleTableItemStyle.

Gets a reference to a collection of style properties that define the appearance of error messages.

HelpPageIconUrlstring.

Gets or sets the URL of an image to display next to the link to the Help page.

HelpPageTextstring.

Gets or sets the text caption for the link to the Help page.

HelpPageUrlstring.

Gets or sets the URL of the Help page.

[read-only]
HyperLinkStyleTableItemStyle.

Gets or sets a collection of properties that define the appearance of hyperlinks.

InstructionTextstring.

Gets or sets instructions for creating a new user account.

[read-only]
InstructionTextStyleTableItemStyle.

Gets a reference to a collection of properties that define the appearance of instruction text.

InvalidAnswerErrorMessagestring.

Gets or sets the message displayed when the password retrieval answer is not valid.

InvalidEmailErrorMessagestring.

Gets or sets the message displayed when the entered e-mail address is not valid.

InvalidPasswordErrorMessagestring.

Gets or sets the message displayed when the password entered is not valid.

InvalidQuestionErrorMessagestring.

Gets or sets the message displayed when the password retrieval question entered is not valid.

[read-only]
LabelStyleTableItemStyle.

Gets a reference to a collection of properties that define the appearance of labels.

LoginCreatedUserbool.

Gets or sets a value indicating whether to log in the new user after creating the user account.

[read-only]
MailDefinitionMailDefinition.

Gets a reference to a collection of properties that define the characteristics of the e-mail message sent to new users.

MembershipProviderstring.

Gets or sets the membership provider called to create user accounts.

[read-only]
Passwordstring.

Gets the password entered by the user.

[read-only]
PasswordHintStyleTableItemStyle.

Gets a reference to a collection of properties that define the appearance of the text that describes password requirements.

PasswordHintTextstring.

Gets or sets the text that describes password requirements.

PasswordLabelTextstring.

Gets or sets the text of the label for the password text box.

PasswordRegularExpressionstring.

Gets or sets a regular expression used to validate the provided password.

PasswordRegularExpressionErrorMessagestring.

Gets or sets the error message shown when the password entered does not conform to the site's password requirements.

PasswordRequiredErrorMessagestring.

Gets or sets the text of the error message shown when the user does not enter a password.

Questionstring.

Gets or sets the password recovery confirmation question entered by the user.

QuestionLabelTextstring.

Gets or sets the text of the label for the question text box.

QuestionRequiredErrorMessagestring.

Gets or sets the error message that is displayed when the user does not enter a password confirmation question.

RequireEmailbool.

Gets or sets a value indicating whether an e-mail address is required for the Web site user.

override
SkipLinkTextstring.

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]
TextBoxStyleStyle.

Gets a reference to a collection of properties that define the appearance of text box controls.

[read-only]
TitleTextStyleTableItemStyle.

Gets a reference to a collection of properties that define the appearance of titles.

UnknownErrorMessagestring.

Gets or sets the error message displayed when an error returned by the membership provider is not defined.

UserNamestring.

Gets or sets the user name entered by the user.

UserNameLabelTextstring.

Gets or sets the text of the label for the user name text box.

UserNameRequiredErrorMessagestring.

Gets or sets the error message displayed when the user name text box is left blank.

[read-only]
ValidatorTextStyleStyle.

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
WizardStepsWizardStepCollection.

Gets a reference to a collection containing all the System.Web.UI.WebControls.WizardStepBase objects defined for the control.

Protected Properties

[read-only]
QuestionAndAnswerRequiredbool.

Gets a value indicating whether the user is required to enter a password confirmation question and answer.