M miladhatam Mar 8, 2007 #1 how can i change the validation of "password" field of CreatUserWizard control thanks
D David Longnecker Mar 8, 2007 #2 The CreateUserWizard has a PasswordRegularExpression property that allows you to fully customize the requirements of the field using standard RegEx statements. http://msdn2.microsoft.com/en-us/li...rwizard.passwordregularexpression(vs.80).aspx -dl
The CreateUserWizard has a PasswordRegularExpression property that allows you to fully customize the requirements of the field using standard RegEx statements. http://msdn2.microsoft.com/en-us/li...rwizard.passwordregularexpression(vs.80).aspx -dl