Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser   
     

Quickstart Class Browser


Namespaces
 Microsoft.CSharp
 Microsoft.SqlServer.Server
 Microsoft.VisualBasic
 Microsoft.Win32
 Microsoft.Win32.SafeHandles
 System
 System.CodeDom
 System.CodeDom.Compiler
 System.Collections
 System.Collections.Generic
 System.Collections.ObjectModel
 System.Collections.Specialized
 System.ComponentModel
 System.ComponentModel.Design
 System.ComponentModel.Design.Serialization
 System.Configuration
 System.Configuration.Assemblies
 System.Data
 System.Data.Common
 System.Data.Odbc
 System.Data.OleDb
 System.Data.Sql
 System.Data.SqlClient
 System.Data.SqlTypes
 System.Deployment.Internal
 System.Diagnostics
 System.Diagnostics.CodeAnalysis
 System.Diagnostics.SymbolStore
 System.DirectoryServices
 System.DirectoryServices.ActiveDirectory
 System.Drawing
 System.Drawing.Design
 System.Drawing.Drawing2D
 System.Drawing.Imaging
 System.Drawing.Printing
 System.Drawing.Text
 System.Globalization
 System.IO
 System.IO.Compression
 System.IO.IsolatedStorage
 System.IO.Ports
 System.Media
 System.Messaging
 System.Messaging.Design
 System.Net
 System.Net.Cache
 System.Net.Configuration
 System.Net.Mail
 System.Net.Mime
 System.Net.NetworkInformation
 System.Net.Security
 System.Net.Sockets
 System.Reflection
 System.Reflection.Emit
 System.Resources
 System.Runtime
 System.Runtime.CompilerServices
 System.Runtime.ConstrainedExecution
 System.Runtime.Hosting
 System.Runtime.InteropServices
 System.Runtime.InteropServices.ComTypes
 System.Runtime.InteropServices.Expando
 System.Runtime.Remoting
 System.Runtime.Remoting.Activation
 System.Runtime.Remoting.Channels
 System.Runtime.Remoting.Contexts
 System.Runtime.Remoting.Lifetime
 System.Runtime.Remoting.Messaging
 System.Runtime.Remoting.Metadata
 System.Runtime.Remoting.Metadata.W3cXsd2001
 System.Runtime.Remoting.Proxies
 System.Runtime.Remoting.Services
 System.Runtime.Serialization
 System.Runtime.Serialization.Formatters
 System.Runtime.Serialization.Formatters.Binary
 System.Runtime.Versioning
 System.Security
 System.Security.AccessControl
 System.Security.Authentication
 System.Security.Cryptography
 System.Security.Cryptography.X509Certificates
 System.Security.Permissions
 System.Security.Policy
 System.Security.Principal
 System.Text
 System.Text.RegularExpressions
 System.Threading
 System.Timers
 System.Web
 System.Web.Caching
 System.Web.Compilation
 System.Web.Configuration
 System.Web.Configuration.Internal
 System.Web.Handlers
 System.Web.Hosting
 System.Web.Mail
 System.Web.Management
 System.Web.Profile
 System.Web.Security
 System.Web.SessionState
 System.Web.UI
 System.Web.UI.Adapters
 System.Web.UI.HtmlControls
 System.Web.UI.WebControls
 System.Web.UI.WebControls.Adapters
 System.Web.UI.WebControls.WebParts
 System.Web.Util
 System.Windows.Forms
 System.Windows.Forms.ComponentModel.Com2Interop
 System.Windows.Forms.Design
 System.Windows.Forms.Layout
 System.Windows.Forms.PropertyGridInternal
 System.Windows.Forms.VisualStyles
 System.Xml
 System.Xml.Schema
 System.Xml.Serialization
 System.Xml.Serialization.Advanced
 System.Xml.Serialization.Configuration
 System.Xml.XPath
 System.Xml.Xsl

Class System.Web.UI.WebControls.CreateUserWizard
Constructors
Visibility Constructor Parameters
public CreateUserWizard ( )

Fields
Visibility Type Name
public static String ContinueButtonCommandName

Events
Multicast Type Name
multicast EventHandler ActiveStepChanged
multicast EventHandler CancelButtonClick
multicast EventHandler ContinueButtonClick
multicast EventHandler CreatedUser
multicast CreateUserErrorEventHandler CreateUserError
multicast LoginCancelEventHandler CreatingUser
multicast EventHandler DataBinding
multicast EventHandler Disposed
multicast WizardNavigationEventHandler FinishButtonClick
multicast EventHandler Init
multicast EventHandler Load
multicast WizardNavigationEventHandler NextButtonClick
multicast EventHandler PreRender
multicast WizardNavigationEventHandler PreviousButtonClick
multicast MailMessageEventHandler SendingMail
multicast SendMailErrorEventHandler SendMailError
multicast WizardNavigationEventHandler SideBarButtonClick
multicast EventHandler Unload

Properties
Visibility Type Name Accessibility
public String AccessKey [Get , Set]
public WizardStepBase ActiveStep [Get]
public Int32 ActiveStepIndex [Get , Set]
public String Answer [Get , Set]
public String AnswerLabelText [Get , Set]
public String AnswerRequiredErrorMessage [Get , Set]
public String AppRelativeTemplateSourceDirectory [Get , Set]
public AttributeCollection Attributes [Get]
public Boolean AutoGeneratePassword [Get , Set]
public Color BackColor [Get , Set]
public Control BindingContainer [Get]
public Color BorderColor [Get , Set]
public BorderStyle BorderStyle [Get , Set]
public Unit BorderWidth [Get , Set]
public String CancelButtonImageUrl [Get , Set]
public Style CancelButtonStyle [Get]
public String CancelButtonText [Get , Set]
public ButtonType CancelButtonType [Get , Set]
public String CancelDestinationPageUrl [Get , Set]
public Int32 CellPadding [Get , Set]
public Int32 CellSpacing [Get , Set]
public String ClientID [Get]
public CompleteWizardStep CompleteStep [Get]
public String CompleteSuccessText [Get , Set]
public TableItemStyle CompleteSuccessTextStyle [Get]
public String ConfirmPassword [Get]
public String ConfirmPasswordCompareErrorMessage [Get , Set]
public String ConfirmPasswordLabelText [Get , Set]
public String ConfirmPasswordRequiredErrorMessage [Get , Set]
public String ContinueButtonImageUrl [Get , Set]
public Style ContinueButtonStyle [Get]
public String ContinueButtonText [Get , Set]
public ButtonType ContinueButtonType [Get , Set]
public String ContinueDestinationPageUrl [Get , Set]
public ControlCollection Controls [Get]
public Style ControlStyle [Get]
public Boolean ControlStyleCreated [Get]
public String CreateUserButtonImageUrl [Get , Set]
public Style CreateUserButtonStyle [Get]
public String CreateUserButtonText [Get , Set]
public ButtonType CreateUserButtonType [Get , Set]
public CreateUserWizardStep CreateUserStep [Get]
public String CssClass [Get , Set]
public Boolean DisableCreatedUser [Get , Set]
public Boolean DisplayCancelButton [Get , Set]
public Boolean DisplaySideBar [Get , Set]
public String DuplicateEmailErrorMessage [Get , Set]
public String DuplicateUserNameErrorMessage [Get , Set]
public String EditProfileIconUrl [Get , Set]
public String EditProfileText [Get , Set]
public String EditProfileUrl [Get , Set]
public String Email [Get , Set]
public String EmailLabelText [Get , Set]
public String EmailRegularExpression [Get , Set]
public String EmailRegularExpressionErrorMessage [Get , Set]
public String EmailRequiredErrorMessage [Get , Set]
public Boolean Enabled [Get , Set]
public Boolean EnableTheming [Get , Set]
public Boolean EnableViewState [Get , Set]
public TableItemStyle ErrorMessageStyle [Get]
public String FinishCompleteButtonImageUrl [Get , Set]
public Style FinishCompleteButtonStyle [Get]
public String FinishCompleteButtonText [Get , Set]
public ButtonType FinishCompleteButtonType [Get , Set]
public String FinishDestinationPageUrl [Get , Set]
public ITemplate FinishNavigationTemplate [Get , Set]
public String FinishPreviousButtonImageUrl [Get , Set]
public Style FinishPreviousButtonStyle [Get]
public String FinishPreviousButtonText [Get , Set]
public ButtonType FinishPreviousButtonType [Get , Set]
public FontInfo Font [Get]
public Color ForeColor [Get , Set]
public Boolean HasAttributes [Get]
public TableItemStyle HeaderStyle [Get]
public ITemplate HeaderTemplate [Get , Set]
public String HeaderText [Get , Set]
public Unit Height [Get , Set]
public String HelpPageIconUrl [Get , Set]
public String HelpPageText [Get , Set]
public String HelpPageUrl [Get , Set]
public TableItemStyle HyperLinkStyle [Get]
public String ID [Get , Set]
public String InstructionText [Get , Set]
public TableItemStyle InstructionTextStyle [Get]
public String InvalidAnswerErrorMessage [Get , Set]
public String InvalidEmailErrorMessage [Get , Set]
public String InvalidPasswordErrorMessage [Get , Set]
public String InvalidQuestionErrorMessage [Get , Set]
public TableItemStyle LabelStyle [Get]
public Boolean LoginCreatedUser [Get , Set]
public MailDefinition MailDefinition [Get]
public String MembershipProvider [Get , Set]
public Control NamingContainer [Get]
public Style NavigationButtonStyle [Get]
public TableItemStyle NavigationStyle [Get]
public Page Page [Get , Set]
public Control Parent [Get]
public String Password [Get]
public TableItemStyle PasswordHintStyle [Get]
public String PasswordHintText [Get , Set]
public String PasswordLabelText [Get , Set]
public String PasswordRegularExpression [Get , Set]
public String PasswordRegularExpressionErrorMessage [Get , Set]
public String PasswordRequiredErrorMessage [Get , Set]
public String Question [Get , Set]
public String QuestionLabelText [Get , Set]
public String QuestionRequiredErrorMessage [Get , Set]
public Boolean RequireEmail [Get , Set]
public Style SideBarButtonStyle [Get]
public TableItemStyle SideBarStyle [Get]
public ITemplate SideBarTemplate [Get , Set]
public ISite Site [Get , Set]
public String SkinID [Get , Set]
public String SkipLinkText [Get , Set]
public ITemplate StartNavigationTemplate [Get , Set]
public String StartNextButtonImageUrl [Get , Set]
public Style StartNextButtonStyle [Get]
public String StartNextButtonText [Get , Set]
public ButtonType StartNextButtonType [Get , Set]
public ITemplate StepNavigationTemplate [Get , Set]
public String StepNextButtonImageUrl [Get , Set]
public Style StepNextButtonStyle [Get]
public String StepNextButtonText [Get , Set]
public ButtonType StepNextButtonType [Get , Set]
public String StepPreviousButtonImageUrl [Get , Set]
public Style StepPreviousButtonStyle [Get]
public String StepPreviousButtonText [Get , Set]
public ButtonType StepPreviousButtonType [Get , Set]
public TableItemStyle StepStyle [Get]
public CssStyleCollection Style [Get]
public Int16 TabIndex [Get , Set]
public TemplateControl TemplateControl [Get , Set]
public String TemplateSourceDirectory [Get]
public Style TextBoxStyle [Get]
public TableItemStyle TitleTextStyle [Get]
public String ToolTip [Get , Set]
public String UniqueID [Get]
public String UnknownErrorMessage [Get , Set]
public String UserName [Get , Set]
public String UserNameLabelText [Get , Set]
public String UserNameRequiredErrorMessage [Get , Set]
public Style ValidatorTextStyle [Get]
public Boolean Visible [Get , Set]
public Unit Width [Get , Set]
public WizardStepCollection WizardSteps [Get]

Methods
Visibility Return Name Parameters
protected Void CreateControlHierarchy ( )
protected IDictionary GetDesignModeState ( )
protected Void LoadViewState ( Object savedState )
protected Boolean OnBubbleEvent ( Object source , EventArgs e )
protected Void OnContinueButtonClick ( EventArgs e )
protected Void OnCreatedUser ( EventArgs e )
protected Void OnCreateUserError ( CreateUserErrorEventArgs e )
protected Void OnCreatingUser ( LoginCancelEventArgs e )
protected Void OnNextButtonClick ( WizardNavigationEventArgs e )
protected Void OnSendingMail ( MailMessageEventArgs e )
protected Void OnSendMailError ( SendMailErrorEventArgs e )
protected Object SaveViewState ( )
protected Void SetDesignModeState ( IDictionary data )
protected Void TrackViewState ( )

Hierarchy
Object ---> Control ---> WebControl ---> CompositeControl ---> Wizard ---> CreateUserWizard

Implements
IComponent , IDisposable , IParserAccessor , IUrlResolutionService , IDataBindingsAccessor , IControlBuilderAccessor , IControlDesignerAccessor , IExpressionsAccessor , IAttributeAccessor , INamingContainer , ICompositeControlDesignerAccessor