If I have more than one asp.net server validator on the same control,
(Suppose both of them can return false in a specific situation), and I want to display only one message (except for the check summary),
How can I achieve this goal and group the Text property of all validators that reference the same control?
If I implement this situation, I get the Text attribute of each of the validators as an output ...
liron source share