January 2009 - Posts

4
Comments

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...
61
Comments

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...
More Posts