Browse by Tags

All Tags » CreateUserWizard (RSS)

User Details Summary in CreateUserWizard by guru_sarkar

Scenario: Say you are collecting user information via CreateUserWizard (CUW). Upon successful user creation, by default CUW will show Successful step with a Continue button. Now sometimes you might want to display the summary of user's info upon successful...

CreateUserWizard - DuplicateUser Error Message not getting clear - Part 2 (jQuery) by guru_sarkar

Problem: In Part-1 I tried to solve this problem using JavaScript. Here I will share the code to do the same using jQuery . If you are new to jQuery, I will suggest you to first go through THIS short and sweet article to begin with before jumping to this...

CreateUserWizard - DuplicateUser Error Message not getting clear - Part 1 by guru_sarkar

Problem: This problem with CreateUserWizard(CUW) was pointed by David( haggis999 ) here . When you try to Create a new user, CUW will display a message if the user with the same username already exists i.e. somebody took that username. Also the password...

Customize CreateUserWizard Control with dropDownList for PasswordQuestion by guru_sarkar

Basic Steps: Add CreateUserWizard Control to the aspx page (e.g.CreateUser.aspx) Convert it to Template by customizing the CreateUserStep Remove the Question TextBox control and add a dropdownList. Make appropriate name and validation changes Add CreatingUser...

Storing User Profile into a Custom Table using CreateUser Wizard control by guru_sarkar

I discussed how you can add extra controls to CreateUserWizard(CUW) Control in the blog post HERE . Assuming you have gone through the post above, what we will do here is store this extra information collected in CUW into a custom database. Other option...

Adding additional controls to CreateUserWizard (CUW) Control by guru_sarkar

Nothing fancy or new in this post. CreateUserWizard(CUW) control comes with some default controls for entering UserName,Password, ConfirmPassword, Email, etc. Sometimes you might want to add additional controls eg. for storing Firstname,LastName,CompanyName...
More Posts