Possible Duplicate:
ASP.NET TextBox filter
If i have a textbox and i want to add a validation too it, how can i then add a validation, so i Only can write some letters, maybe T, K, or U or Empty !? so other letters like G,f,d,s Can’t be used !?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You make a regular expression validator and supply a regular expression for what letters you want.
Such as letters only is: