Friday, June 3, 2011

Hi All,

We find one validation expression where you can use it by your own,

Ex: 1 ValidationExpression="^[A-Z ]+"

in aboce exaple i want only character With Upper Case so i can enter only upper case character

Ex: 1 ValidationExpression="^[0-9 ]+"

in aboce exaple i want only Numbers so i can enter only Numbers using aboce statement

example where special character not allowed

ValidationExpression="^[a-zA-Z0-9 ]+"




Hope it will helop youi all!!!!!!!!!!!!!!!!!!!!!!!!

No comments:

Post a Comment