Hello all,
I have a textbox, in which i have to perform the following validations
1)first character cannot be blank space
2)characters should not exceed 100
3)if exceeded 100, it should trim the i/p to 100 characters
How can i do it?
Please give your valuable suggestions
Thank you all
I have a textbox, in which i have to perform the following validations
1)first character cannot be blank space
2)characters should not exceed 100
3)if exceeded 100, it should trim the i/p to 100 characters
How can i do it?
Please give your valuable suggestions
Thank you all
Comment