Browse by Tags

All Tags » MembershipProvider (RSS)

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

Allow an unapproved user to change email address by guru_sarkar

Writing this with reference to the thread on asp.net forums. This post assumes you are using ASP.NET membership feature. Although the concept can be used if you have the same scenario. Scenario: You allow users to register on your website and send them...
More Posts