I've been searching for a bit and haven't found what I'm looking for. I want to ensure the user does not enter their username in the password hint box. I'm currently using CompareValidator which works fine but is case sensitive. I'm currently doing this
client-side and wish to keep it that way for immediate feedback to the user without postback.
- Is there a way to make the textboxPasswordHint textbox control all lower case?
Go to the complete details ...