1
Answer

Password textbox validation

I want to validate the password textbox, so that it should give error if the password is less than 5 characters and if it is more than 10 characters. That is the password should be between 5 to 10 characters only.
Answers (1)