Adding Steps to the CreateUserWizard
Control
The 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 ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.