Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

CreateUserWizard

0.00/5 (No votes)
11 Sep 2008 1  
Overview The CreateUserWizard control provides the user interface for the MembershipProvider object that communicates with the user account data

This articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.

Overview 

The CreateUserWizard control provides the user interface for the MembershipProvider object that communicates with the user account data store for your Web site to create new user accounts in the data store. The CreateUserWizard relies on the MembershipProvider to create, authenticate, and disable user accounts.

Since CreateUserWizard control extends the Wizard control you can customize the CreateUserWizard experience on your website by adding additional WizardSteps that collect additional information .

The CreateUserWizard control Contains the following blocks:

  • CreateUserWizardStep: Pre-defined wizard step with the create user display and logic added.
  • CompleteWizardStep: Pre-defined wizard step that shows the successful completion of the wizard.
  • Collection of WizardSteps: Each WizardStep contains a discrete piece of content to be displayed to the user. Only one WizardStep will be displayed at a time.
  • Navigation Buttons: The navigation area below each WizardStep that contains the navigation buttons to go the next and pervious steps in the CreateUserWizard.
  • SideBar: An optional element that contains a list of all WizardSteps and provides a means to skip around the WizardSteps in a random order.
  • Header: An optional element to provide consistent information at the top of the WizardStep.

White Papers/blogs

Links

CreateUserWizard Class

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.createuserwizard.aspx

ASP.NET Quickstart Tutorials -  CreateUserWizard

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/login/createuserwizard.aspx

How to: Customize the ASP.NET CreateUserWizard Control
http://msdn.microsoft.com/en-us/library/ms178342.aspx

Customizing the CreateUserWizard Control
http://aspnet.4guysfromrolla.com/articles/070506-1.aspx

How to add a Login, Roles and Profile system to an ASP.NET 2.0 app in only 24 lines of code
http://weblogs.asp.net/scottgu/archive/2005/10/18/427754.aspx

VALIDATION PROBLEM: Checkbox required field question
http://www.themssforum.com/Asp/Checkbox-required/

Captcha IMAGE
https://forums.asp.net/user/EditProfile.aspx?ProfileSaved=true

VIDEO: How Do I: Create a Full-Featured Customer Login Portal?
http://www.asp.net/learn/videos/video-47.aspx

 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here