System.Web.UI.WebControls.PasswordRecovery Members

The members of System.Web.UI.WebControls.PasswordRecovery are listed below.

See Also: Inherited members from System.Web.UI.WebControls.CompositeControl

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.PasswordRecovery class.

Public Fields

static readonly
SubmitButtonCommandNamestring.

Represents the command to perform when the Submit button is clicked.

Public Properties

[read-only]
Answerstring.

Gets the answer to the password recovery confirmation question entered by the user.

AnswerLabelTextstring.

Gets or sets the label text for the password confirmation answer text box.

AnswerRequiredErrorMessagestring.

Gets or sets the error message displayed to the user when the Answer text box is blank.

BorderPaddingint.

Gets or sets the amount of padding inside the borders of the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
FailureTextStyleTableItemStyle.

Gets a reference to a collection of properties that define the appearance of error text in the System.Web.UI.WebControls.PasswordRecovery control.

GeneralFailureTextstring.

Gets or sets the error message to display when there is a problem with the membership provider for the System.Web.UI.WebControls.PasswordRecovery control.

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 of the link to the password recovery Help page.

HelpPageUrlstring.

Gets or sets the URL of the password recovery Help page.

[read-only]
HyperLinkStyleTableItemStyle.

Gets a reference to a collection of properties that define the appearance of hyperlinks on the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
InstructionTextStyleTableItemStyle.

Gets a reference to a collection of style properties that define the appearance of explanatory text in the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
LabelStyleTableItemStyle.

Gets a reference to a collection of style properties that define the appearance of text box labels in the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
MailDefinitionMailDefinition.

Gets a reference to a collection of properties that define the characteristics of e-mail messages used to send new or recovered passwords to users.

MembershipProviderstring.

Gets or sets the membership provider used to look up user information.

[read-only]
Questionstring.

Gets the password recovery confirmation question established by the user on the Web site.

QuestionFailureTextstring.

Gets or sets the text to display when the user's answer to the password recovery confirmation question does not match the answer stored in the Web site data store.

QuestionInstructionTextstring.

Gets or sets the text to display in the Question view to instruct the user to answer the password recovery confirmation question.

QuestionLabelTextstring.

Gets or sets the text of the label for the PasswordRecovery.Question text box.

QuestionTemplateSystem.Web.UI.ITemplate.

Gets or sets the template used to display the Question view of the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
QuestionTemplateContainerSystem.Web.UI.Control.

Gets the container that a System.Web.UI.WebControls.PasswordRecovery control used to create an instance of the PasswordRecovery.QuestionTemplate template. This property provides programmatic access to child controls.

QuestionTitleTextstring.

Gets or sets the title for the Question view of the System.Web.UI.WebControls.PasswordRecovery control.

SubmitButtonImageUrlstring.

Gets or sets the URL of an image to use as the Submit button.

[read-only]
SubmitButtonStyleStyle.

Gets a reference to a collection of properties that define the appearance of Submit buttons in the System.Web.UI.WebControls.PasswordRecovery control.

SubmitButtonTextstring.

Gets or sets the text of the button that submits the form.

SubmitButtonTypeButtonType.

Gets or sets the type of Submit button to use when rendering the System.Web.UI.WebControls.PasswordRecovery control.

SuccessPageUrlstring.

Gets or sets the URL of the page to display after sending a password successfully.

SuccessTemplateSystem.Web.UI.ITemplate.

Gets or sets the template used to display the Success view of the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
SuccessTemplateContainerSystem.Web.UI.Control.

Gets the container that a System.Web.UI.WebControls.PasswordRecovery control used to create an instance of the PasswordRecovery.SuccessTemplate template. This property provides programmatic access to child controls.

SuccessTextstring.

Gets or sets the text to display after sending a password successfully.

[read-only]
SuccessTextStyleTableItemStyle.

Gets a reference to a collection of style properties that define the appearance of text displayed in the Success view of the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
TextBoxStyleStyle.

Gets a reference to a collection of style properties that define the appearance of text boxes in the System.Web.UI.WebControls.PasswordRecovery control.

TextLayoutLoginTextLayout.

Gets or sets a value that specifies whether to display the System.Web.UI.WebControls.PasswordRecovery control in a horizontal or vertical layout.

[read-only]
TitleTextStyleTableItemStyle.

Gets a reference to a collection of style properties that define the appearance of title text that appears in the System.Web.UI.WebControls.PasswordRecovery control.

UserNamestring.

Gets or sets the text that appears in the User Name text box.

UserNameFailureTextstring.

Gets or sets the text displayed when the user name entered by the user is not a valid user name for the Web site.

UserNameInstructionTextstring.

Gets or sets the text to display in the UserName view of the System.Web.UI.WebControls.PasswordRecovery control to instruct the user to enter a user name.

UserNameLabelTextstring.

Gets or sets the text of the label for the User Name text box.

UserNameRequiredErrorMessagestring.

Gets or sets the error message displayed when a user leaves the User Name text box empty.

UserNameTemplateSystem.Web.UI.ITemplate.

Gets or sets the template used to display the UserName view of the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
UserNameTemplateContainerSystem.Web.UI.Control.

Gets the container that a System.Web.UI.WebControls.PasswordRecovery control used to create an instance of the PasswordRecovery.UserNameTemplate template. This property provides programmatic access to child controls.

UserNameTitleTextstring.

Gets or sets the title for the UserName view of the System.Web.UI.WebControls.PasswordRecovery control.

[read-only]
ValidatorTextStyleStyle.

Gets a reference to a collection of System.Web.UI.WebControls.Style properties that define the appearance of error messages that are associated with any input validation used by the System.Web.UI.WebControls.PasswordRecovery control.

Protected Properties

Protected Methods

override
CreateChildControls()

Creates the individual controls that make up the System.Web.UI.WebControls.PasswordRecovery control.

override
LoadControlState(object)

Implements the base System.Web.UI.Control.LoadControlState(object) method.

override
LoadViewState(object)

Implements the base System.Web.UI.Control.LoadViewState(object) method.

OnAnswerLookupError(EventArgs)

Raises the PasswordRecovery.AnswerLookupError event.

override
OnBubbleEvent(object, EventArgs) : bool

Implements the base System.Web.UI.Control.OnBubbleEvent(object, EventArgs) method.

override
OnInit(EventArgs)

Implements the base System.Web.UI.Control.OnInit(EventArgs) method.

override
OnPreRender(EventArgs)

Implements the base System.Web.UI.Control.OnPreRender(EventArgs) method.

OnSendingMail(MailMessageEventArgs)

Raises the PasswordRecovery.SendingMail event.

OnSendMailError(SendMailErrorEventArgs)

Raises the PasswordRecovery.SendMailError event when an e-mail message cannot be sent to the user.

OnUserLookupError(EventArgs)

Raises the PasswordRecovery.UserLookupError event.

OnVerifyingAnswer(LoginCancelEventArgs)

Raises the PasswordRecovery.VerifyingAnswer event.

OnVerifyingUser(LoginCancelEventArgs)

Raises the PasswordRecovery.VerifyingUser event.

override
Render(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
SaveControlState() : object

Implements the base System.Web.UI.Control.SaveControlState method.

override
SaveViewState() : object

Implements the base System.Web.UI.Control.SaveViewState method.

override
SetDesignModeState(IDictionary)

Implements the base System.Web.UI.Control.System#Web#UI#IControlDesignerAccessor#SetDesignModeState(IDictionary) method.

override
TrackViewState()

Implements the base System.Web.UI.Control.TrackViewState method.

Public Events

AnswerLookupError

Occurs when the user enters an incorrect answer to the password recovery confirmation question.

SendingMail

Occurs before the user is sent a password in e-mail.

SendMailError

Occurs when the SMTP Mail system throws an error while attempting to send an e-mail message.

UserLookupError

Occurs when the membership provider cannot find the user name entered by the user.

VerifyingAnswer

Occurs when the user has submitted an answer to the password recovery confirmation question.

VerifyingUser

Occurs before the user name is validated by the membership provider.