I am trying to create a password entry textbox on a form.
I would like to not allow single quotes, double quotes, the pound sign, ... etc. but want to accept other printable characters. I want the value of the textbox to be used as a string.
How can I check for the invalid characters, ignore them or tell my user the character is not allowed, but continue to get entered characters until the user has finished entering a password?
I would like to not allow single quotes, double quotes, the pound sign, ... etc. but want to accept other printable characters. I want the value of the textbox to be used as a string.
How can I check for the invalid characters, ignore them or tell my user the character is not allowed, but continue to get entered characters until the user has finished entering a password?
Comment