The CreateUserWizard control is ready to use a control that is used to create a new user on the website. In other words we can say that this is the replacement of the registration form of a website. There are few steps to complete the registration process internally, when it is sung on the page, it is implemented through <table> </ table> HTML tags
Properties like back collar, foreclosure, border coral, border style, borderwidth, height etc are applied through the style of table, tr, td /> tag.
The CreateUserWizard control uses subscription service to create user details.
Events of CreateUserWizard Control | |
---|---|
ContinueButtonClick | Fires when user clicks Continue button in the last wizard step. |
CreatingUser | Fires before creating a new user. |
CreatedUser | Fires after new user created. |
CreateUserError | Fires when creation of user is not successful. |
|
Example -
// CreateUserWizard Control ////////////////////////////
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server" BackColor="#F7F6F3" BorderColor="#E6E2D8"
BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" Enabled="False">
<WizardSteps>
<asp:CreateUserWizardStep runat="server">
</asp:CreateUserWizardStep>
<asp:CompleteWizardStep runat="server">
</asp:CompleteWizardStep>
</WizardSteps>
<SideBarStyle BackColor="#5D7B9D" BorderWidth="0px" Font-Size="0.9em" VerticalAlign="Top" />
<TitleTextStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<SideBarButtonStyle BorderWidth="0px" Font-Names="Verdana" ForeColor="White" />
<NavigationButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
<HeaderStyle BackColor="#5D7B9D" BorderStyle="Solid" Font-Bold="True" Font-Size="0.9em"
ForeColor="White" HorizontalAlign="Center" />
<CreateUserButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
<ContinueButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" />
<StepStyle BorderWidth="0px" />
</asp:CreateUserWizard>
0 comments:
Post a Comment