seedy schrieb:
ok now a follow up question

I have 3 text boxes that make up a telephone number.  I want validation to
fail if any of the text boxes are not complete, but I only want to show one
message for the failure, not one per textbox.  Any recommended ways of doing
this?
The first thing that I'd come up with is to put a single custom method on the first/last field (depending on your error placement on or the other may be easier) and check the other two fields inside that method.

-- Jörn

Reply via email to