Hi. I would like to know if you can turn off server-side validation for validation controls. I read on the MS website that it is true, but I can't find any examples. I know that for the CustomValidator control you can just omit the OnServerValidate property, but what about the other validators?
I would highly appreciate a small example.

I also have a more general question: Can I write validator functions (server side, not JavaScript), turn them off completely on the server and enable them for ALL browsers(including Netscape)?

Thanks
Tiberiu M