Hi friends,,,
i have to do the validation for one textBox in asp.net
i am entering Firstname and Lastname in one textbox with space...
how to do the validation for this textbox ...........please help......
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted Apr 19, 2012, 8:43 AM
Set Regular Expression in in Validation Control
[a-zA-Z]{2,40} [a-zA-Z]{2,40}