Originally posted by RobDog888
Yes, Jon I saw that possibility. But if it gets changed through
code then the validator will stop monitoring the previous control
and change to only the new one. So if I have 5 textboxes I want
to validate upon a single button press then I would have to write
more code than if I just created a validator for each. Guess I will
just have to settle for one validator per control. Just more to
manage thats all. Unless you can think of another way?

Thanks Jon.
No you dont have to do it like this at all. All you need is a validation summary. I use validation summaries on like register pages where I need to validate more than one control.
A validation summary takes all the controls into one single message or label and displays the message yyou want.

Look it up or I can post an example.

Jon