hi..
i have a field which contains on length like(20.490)
so i want prevent the user to enter only numbers and .(dot ) in keyboard.
how it can be.
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.
TulasiPosted Oct 11, 2011, 5:34 AM
you can get more information from this link
http://www.c-sharpcorner.com/uploadfile/prasad_1/regexppsd12062005021717am/regexppsd.aspx
Pravin PatilPosted Oct 11, 2011, 5:23 AM
^[0-9]+(\.[0-9]+)$