The Password Validator is a piece of javascript code that will allow you to add dynamic validation to password fields on your forms .NET style. It not only checks for required passwords but also shows an interactive message showing strength of password.
This can be done quickly by adding 2 lines of code to your existing HTML pages. As with all my other snippets, you DO NOT have to modify any existing code