Good answer ! I'd only derive my own Validator if I needed it quite often. In all other cases, I find the CustomValidator sufficient.
On Feb 9, 2:23 pm, Cimpy <[email protected]> wrote: > No, the Validators are built to check one field only (except > compareValidator which is designed to compare two). > But if you desperately need it, you can take a look > here:http://www.codeproject.com/KB/validation/MultipleFieldsValidator.aspx >
