CreateUserWizard Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyStyle | Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. (inherited from WebControl) |
| ApplyStyleSheetSkin | Applies the style properties defined in the page style sheet to the control. (inherited from Control) |
| CopyBaseAttributes | Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. (inherited from WebControl) |
| DataBind | Overloaded. Binds a data source to the CompositeControl and all its child controls. (inherited from CompositeControl) |
| Dispose | Enables a server control to perform final clean up before it is released from memory. (inherited from Control) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindControl | Overloaded. Searches the current naming container for the specified server control. (inherited from Control) |
| Focus | Sets input focus to a control. (inherited from Control) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetHistory | Returns a collection of WizardStepBase objects that have been accessed. (inherited from Wizard) |
| GetStepType | Returns the WizardStepType value for the specified WizardStepBase object. (inherited from Wizard) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HasControls | Determines if the server control contains any child controls. (inherited from Control) |
| MergeStyle | Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. (inherited from WebControl) |
| MoveTo | Sets the specified WizardStepBase-derived object as the value for the ActiveStep property of the Wizard control. (inherited from Wizard) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RenderBeginTag | Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers. (inherited from WebControl) |
| RenderControl | Overloaded. Outputs server control content and stores tracing information about the control if tracing is enabled. (inherited from Control) |
| RenderEndTag | Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers. (inherited from WebControl) |
| ResolveClientUrl | Gets a URL that can be used by the browser. (inherited from Control) |
| ResolveUrl | Converts a URL into one that is usable on the requesting client. (inherited from Control) |
| SetRenderMethodDelegate | Assigns an event handler delegate to render the server control and its content into its parent control. (inherited from Control) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| AddAttributesToRender | Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag. This method is used primarily by control developers. (inherited from WebControl) |
| AddedControl | Called after a child control is added to the Controls collection of the Control object. (inherited from Control) |
| AddParsedSubObject | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. (inherited from Control) |
| AllowNavigationToStep | Uses a Boolean value to determine whether the ActiveStep property can be set to the WizardStepBase object that corresponds to the index that is passed in. (inherited from Wizard) |
| BuildProfileTree | Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. (inherited from Control) |
| ClearChildControlState | Deletes the control-state information for the server control's child controls. (inherited from Control) |
| ClearChildState | Deletes the view-state and control-state information for all the server control's child controls. (inherited from Control) |
| ClearChildViewState | Deletes the view-state information for all the server control's child controls. (inherited from Control) |
| CreateChildControls | Overridden. |
| CreateControlCollection | (inherited from Wizard) |
| CreateControlHierarchy | Overridden. |
| CreateControlStyle | (inherited from Wizard) |
| DataBind | Overloaded. Binds a data source to the invoked server control and all its child controls. (inherited from Control) |
| DataBindChildren | Binds a data source to the server control's child controls. (inherited from Control) |
| EnsureChildControls | Determines whether the server control contains child controls. If it does not, it creates child controls. (inherited from Control) |
| EnsureID | Creates an identifier for controls that do not have an identifier assigned. (inherited from Control) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| FindControl | Overloaded. Searches the current naming container for the specified server control. (inherited from Control) |
| GetDesignModeState | Overridden. |
| HasEvents | Returns a value indicating whether events are registered for the control or any child controls. (inherited from Control) |
| IsLiteralContent | Determines if the server control holds only literal content. (inherited from Control) |
| LoadControlState | (inherited from Wizard) |
| LoadViewState | Overridden. |
| MapPathSecure | Retrieves the physical path that a virtual path, either absolute or relative, maps to. (inherited from Control) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnActiveStepChanged | Raises the ActiveStepChanged event. (inherited from Wizard) |
| OnBubbleEvent | Overridden. |
| OnCancelButtonClick | Raises the CancelButtonClick event. (inherited from Wizard) |
| OnContinueButtonClick | Raises the ContinueButtonClick event when the user clicks the Continue button on the final user account creation step. |
| OnCreatedUser | Raises the CreatedUser event after the membership provider creates the user account. |
| OnCreateUserError | Raises the CreateUserError event when there is a problem creating the specified user account. |
| OnCreatingUser | Raises the CreatingUser event prior to calling the membership provider to create the new user account. |
| OnDataBinding | Raises the DataBinding event. (inherited from Control) |
| OnFinishButtonClick | Raises the FinishButtonClick event. (inherited from Wizard) |
| OnInit | (inherited from Wizard) |
| OnLoad | Raises the Load event. (inherited from Control) |
| OnNextButtonClick | Overridden. Raises the NextButtonClick event when the user clicks the Next button in one of the Create User wizard steps. |
| OnPreRender | Overridden. |
| OnPreviousButtonClick | Raises the PreviousButtonClick event. (inherited from Wizard) |
| OnSendingMail | Raises the SendingMail event before an e-mail message is sent to a new user. |
| OnSendMailError | Raises the SendMailError event when e-mail cannot be sent to the new user. |
| OnSideBarButtonClick | Raises the SideBarButtonClick event. (inherited from Wizard) |
| OnUnload | Raises the Unload event. (inherited from Control) |
| OpenFile | Gets a Stream used to read a file. (inherited from Control) |
| RaiseBubbleEvent | Assigns any sources of the event and its information to the control's parent. (inherited from Control) |
| RecreateChildControls | Recreates the child controls in a control derived from CompositeControl. (inherited from CompositeControl) |
| RegisterCommandEvents | Registers a new instance of the CommandEventHandler class for the specified IButtonControl object. (inherited from Wizard) |
| RemovedControl | Called after a child control is removed from the Controls collection of the Control object. (inherited from Control) |
| Render | (inherited from Wizard) |
| RenderChildren | Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (inherited from Control) |
| RenderContents | Renders the contents of the control to the specified writer. This method is used primarily by control developers. (inherited from WebControl) |
| RenderControl | Overloaded. Outputs server control content and stores tracing information about the control if tracing is enabled. (inherited from Control) |
| ResolveAdapter | Gets the control adapter responsible for rendering the specified control. (inherited from Control) |
| SaveControlState | (inherited from Wizard) |
| SaveViewState | Overridden. |
| SetDesignModeState | Overridden. |
| TrackViewState | Overridden. |
Community Additions
ADD
Show: