how to validate a textbox with only numeric input.
the validation is for 10 digit mobile number.
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.
Dipankar BiswasPosted May 3, 2015, 1:46 PM
check this links...
http://stackoverflow.com/questions/13253198/validating-a-textbox-to-allow-only-numeric-values
http://www.c-sharpcorner.com/uploadfile/sapnabeniwal/numeric-textbox-custom-control/
Thanks...