|
-
May 13th, 2002, 05:30 AM
#1
Thread Starter
Hyperactive Member
Validating Numerics
using the keypress event I can validate a text box for isdigit (0-9) isletter (A-Z)
What I would really like is to validate for a decimal value, ie
0, 4, 66.12 etc.
is there a simple way of doing this in .net?
(There is an isNumeric but that doesnt allow decimal point and does allow Hex)
Thanks for any help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|