views:

41

answers:

2

I need a control that will accept an email address and password/verify with a password strength indicator.

Has anyone seen a similar type control?

+2  A: 

Try the PasswordStrength control from the ASP.NET AJAX Control Toolkit.

RPM1984
+1  A: 

check this article which use google api to create password strenth control :

(Google Password Strength API) http://www.codeproject.com/KB/ajax/GooglePasswordStrength.aspx

Pranay Rana