How to use the PasswordStrength Control with the CreateNewUser Wizard in the Default Membership Provider?

Last post 01-22-2007 11:34 AM by sburke_msft. 1 replies.

Sort Posts:

  • How to use the PasswordStrength Control with the CreateNewUser Wizard in the Default Membership Provider?

    01-21-2007, 11:28 AM
    • Member
      point Member
    • jon333
    • Member since 01-04-2007, 7:41 PM
    • Posts 40

    I am having trouble getting the PasswordStrength control to work with the CreateNewUserWizard.  The control works fine when it refers to a new textbox, e.g. txtTest1, that I just place on a page however when I reffer to the textbox "Password" in the CreateNewUserWizard the control does not work.

  • Re: How to use the PasswordStrength Control with the CreateNewUser Wizard in the Default Membership Provider?

    01-22-2007, 11:34 AM
    • Contributor
      4,346 point Contributor
    • sburke_msft
    • Member since 04-04-2006, 3:28 PM
    • Redmond, WA
    • Posts 770
    • AspNetTeam

    The Extender needs to be in the same naming container scope as the control it's extending.

     So in the CreateNewUserWizard, convert the name/pwd page to a template and stick the password strength control next to the Password textbox.

    Don't forget, this posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (2 items)