S
Stephen Adam
Hi there,
I want to ensure that a text box contains a number and is not blank. I'm
using the regular expression validator to do this with this line
ValidationExpression="[0-9]+"
This expression works when I enter input which is not numeric but it will
not work when I leave the field blank. I've tried quite a few variations on
the regular expression but i'm getting nowhere. How can I check for a
non-null numeric value??
Thanks
Steve
I want to ensure that a text box contains a number and is not blank. I'm
using the regular expression validator to do this with this line
ValidationExpression="[0-9]+"
This expression works when I enter input which is not numeric but it will
not work when I leave the field blank. I've tried quite a few variations on
the regular expression but i'm getting nowhere. How can I check for a
non-null numeric value??
Thanks
Steve
