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

The methods 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

Protected Methods

override
CreateChildControls()

Called by the ASP.NET page framework to notify this control to create any child controls that it contains in preparation for posting back or rendering.

override
CreateControlHierarchy()
Documentation for this section has not yet been entered.
override
GetDesignModeState() : IDictionary

Gets design-time data for a control.

override
LoadViewState(object)

Restores view-state information from a previous page request that was saved by the SaveViewState method.

override
OnBubbleEvent(object, EventArgs) : bool

Determines whether the event for the server control is passed up the page's UI server control hierarchy.

OnContinueButtonClick(EventArgs)

Raises the CreateUserWizard.ContinueButtonClick event when the user clicks the Continue button on the final user account creation step.

OnCreatedUser(EventArgs)

Raises the CreateUserWizard.CreatedUser event after the membership provider creates the user account.

OnCreateUserError(CreateUserErrorEventArgs)

Raises the CreateUserWizard.CreateUserError event when there is a problem creating the specified user account.

OnCreatingUser(LoginCancelEventArgs)

Raises the CreateUserWizard.CreatingUser event prior to calling the membership provider to create the new user account.

override
OnNextButtonClick(WizardNavigationEventArgs)

Raises the Wizard.NextButtonClick event when the user clicks the Next button in one of the Create User wizard steps.

override
OnPreRender(EventArgs)
Documentation for this section has not yet been entered.
OnSendingMail(MailMessageEventArgs)

Raises the CreateUserWizard.SendingMail event before an e-mail message is sent to a new user.

OnSendMailError(SendMailErrorEventArgs)

Raises the CreateUserWizard.SendMailError event when e-mail cannot be sent to the new user.

override
SaveViewState() : object

Saves the state of the control.

override
SetDesignModeState(IDictionary)
Documentation for this section has not yet been entered.
override
TrackViewState()

Marks the starting point to begin tracking changes to the control as part of the control viewstate.