65.9K
CodeProject is changing. Read more.
Home

CreateUserWizard

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

Oct 11, 2013

CPOL

1 min read

viewsIcon

20540

Overview The CreateUserWizard control provides the user interface for the MembershipProvider object that communicates with the user account data

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