Using the validation controls for client-side validation if you use required field validators on each textbox you'll end up with two messages. So you'll probably want to use the custom validator control that checks both but only shows a single message for either textbox error condition.
-
Peter