October 2010
Intermediate to advanced
1920 pages
73h 55m
English
CreateUserWizard ControlThe CreateUserWizard control renders a user registration form. If a user successfully submits the form, a new user is added to your website. In the background, the CreateUserWizard control uses ASP.NET membership to create the new user.
The CreateUserWizard control supports a large number of properties (too many to list here) that enable you to modify the appearance and behavior of the control. For example, the page in Listing 26.12 uses several of the CreateUserWizard properties to customize the appearance of the form rendered by the control.
Listing 26.12. ShowCreateUserWizard.aspx

The CreateUserWizard ...