System.Web
2.0.0.0
System.Web.UI.WebControls.TemplatedWizardStep
The control creates new user accounts in a Web site's user data store. The is, by default, the first step within the control. The step is a required step within the control.
The class is derived from the class. The is displayed in the control before the step.
Although the step is the first step in the wizard by default, it is possible to provide a different first step. Doing so, however, can affect whether the Previous button is displayed. For example, if the step does not have a custom navigation template, and is preceded by another step that is rendered before , then the Previous button is displayed on the step at run time. If the step is rendered before the alternate "first" step, then the Previous button is not displayed. Furthermore, the Previous button is never rendered at design time. If you want the Previous button to be rendered at design time, you must add it to the custom navigation template of the step.
You can modify the step to contain additional fields, or change the display order of the fields included in the step, by editing the template associated with the control.
The new Web site user account is created in the data store when the user clicks the Next button on the step. By default, the property is set to false to keep the user from returning to the step and accidentally attempting to create another user account with the same credentials. If you set the property to true, you must include logic in your application to remove the user account that was originally created before the user returned to this step, or to allow the user to edit information he or she originally entered.
Contains basic functionality for creating a user in a step that can be templated. This class cannot be inherited.
Constructor
To be added.
Creates a new instance of the control.
2.0.0.0
Property
System.ComponentModel.DefaultValue(false)
System.Boolean
To be added.
The property is set to false to keep users from returning to the step and accidentally trying to create another user account with the same credentials. If you override the property and set it to true, you should include logic in your application to remove the user account that was originally created before the user returned to this step, or to allow the user to edit information he or she originally entered.
Gets or sets a value indicating whether the user is allowed to return to the current step from a subsequent step in a control.
2.0.0.0
Property
System.Web.UI.Themeable(false)
System.Web.UI.WebControls.WizardStepType
To be added.
The property specifies the navigation options to display for the user-account-creation step of the control.
The property determines which of the control's navigation buttons are displayed on the control. For more information, see the property.
If you attempt to change the property to any value other than the value of the enumeration, an will be thrown.
This property cannot be set by themes or style sheet themes. For more information, see and ASP.NET Themes Overview.
Gets or sets the type of user interface (UI) to display for the step of a control.
2.0.0.0
Property
System.ComponentModel.Localizable(true)
System.String
To be added.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see and ASP.NET Globalization and Localization.
Gets or sets the title to use for the user-account-creation step of the control.
2.0.0.0