October 2010
Intermediate to advanced
1920 pages
73h 55m
English
CreateUserWizard ControlThe CreateUserWizard control inherits from the base Wizard control. That means that you can use all the properties supported by the Wizard control when using the CreateUserWizard control. In particular, you can extend the CreateUserWizard control with additional wizard steps.
For example, imagine that you want to require new users to enter their first and last names. The page in Listing 26.27 contains an additional WizardStep that includes both first and last name form fields.
Listing 26.27. CreateUserWizardExtra.aspx

The page in Listing 26.27 includes a CreatedUser event handler that executes after ...
Read now
Unlock full access