Home / ASP.NET Wiki / Security / Authentication and Authorization / Membership and Roles / Login Controls / CreateUserWizard

CreateUserWizard

 Rate It (5)

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

 

Revision number 3, Thursday, September 11, 2008 8:48:36 PM by anas

Comments

Related Articles

Login Controls

ASP.NET 2.0 came with many controls designed to help you manage the login process and login status of your web site's users.The login controlsprovide a robustlogin solution for ASP.NET web applications without requiring any programming. By default, login

Web Controls

Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server controls render their own HTML controls (or many HTML controls). The markup that is output froma web control can

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. francissvk (1)
  2. deepeshsp (1)