Hi there,
In addition to the RegularExpressionValidator, also add a RequiredFieldValidator to the page.
This is how the validators work by design; the RequiredFieldValidator makes sure the field is filled in, while the other validators make sure the field is valid.
Cheers,
Imar
|