Validation question
-
-
i have a textbox need to input amount only, means only can accept digit or double and dot(.) for example, 12 or 12.32 , is it use regular expression validator or rang validator , and how to write the validation expression ?
Best regards, Chee ken
hi if you want the user to only enter numerals then you will habe to write your own control derving from textbox which only accepts number and the letters you want and will probably need clientside javascript code to prevent entering of other letters. there are free controls you can use. goto http://www.eworldui.net/[^] and you will find a numericbox cotrol that u can use, hope this helps signature ;P
-
i have a textbox need to input amount only, means only can accept digit or double and dot(.) for example, 12 or 12.32 , is it use regular expression validator or rang validator , and how to write the validation expression ?
Best regards, Chee ken