Click here to Skip to main content
15,886,110 members
Articles / Web Development / ASP.NET
Article

CreateUserWizard

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
11 Oct 2013CPOL1 min read 20.2K   2  
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

 

This article was originally posted at http://wiki.asp.net/page.aspx/324/createuserwizard

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
The ASP.NET Wiki was started by Scott Hanselman in February of 2008. The idea is that folks spend a lot of time trolling the blogs, googlinglive-searching for answers to common "How To" questions. There's piles of fantastic community-created and MSFT-created content out there, but if it's not found by a search engine and the right combination of keywords, it's often lost.

The ASP.NET Wiki articles moved to CodeProject in October 2013 and will live on, loved, protected and updated by the community.
This is a Collaborative Group

754 members

Comments and Discussions

 
-- There are no messages in this forum --