This is part two in a two part series on customizing the ASP.NET CreateUserWizard control. To read part one, click here.
So far we've gotten the control built and we're able to create a user. That's great, but for practical uses, we need to get a little bit more information about the user.
We're going to customize the <asp:CreateUserWizard/> control, using ASP.NET Profile provider and gather the users' name and address. Let's look at the code:
[REMAINDER OF THIS POST WILL BE PUBLISHED SOON]
UPDATE (6/22/2009): We appologize for the delay in updating this post
After re-evaluating the customizations we needed to perform in order to get the <asp:CreateUserWizard/> control to perform as we required, we have decided to abandon the use of this control for this project altogehter.
We recognize the extream usefulness of this control in most scenarios, however, our requirements for the control are not currently supported by this control. In the future we may choose to post an additional tutorial for customizing the wizard steps involved for this control, and we will link this tutorial with part one. For now this tutorial is closed.
Sorry for the inconvenience.