AJAX PasswordStrength control also provides the functionality to display the text indication about password composition along with special instructions to create a secure password. You can specify the strong password composition properties of AJAX PasswordStrength control such as minimum number of Uppercase letters, special characters required to create a secure password along with their calculation weightings and text description. In this sample we have used CSS styles and text description to generate a descriptive text indicator showing the status of password strength.
Properties of AJAX PasswordStrength control
1. TargetControlID
2. StrengthIndicatorType
3. DisplayPosition
4. PreferredPasswordLength
5. MinimumNumericCharacters
6. MinimumSymbolCharacters
7. MinimumLowerCaseCharacters
8. MinimumUpperCaseCharacters
9. RequiresUpperAndLowerCaseCharacters
10. PrefixText
11. TextStrengthDescription
12. CalculationWeightings
13. HelpStatusLabelID
14. HelpHandlePosition
You can learn the use of above properties and get the C# code from the tutorial of AJAX PasswordStrength control by following the link provided at the bottom of this sample.
Try the sample below to understand the functionality of AJAX PasswordStrength control with text description using CSS styles: