Hey,
I'm using asp:requiredfieldvalidator on my page. The usual way of turning this off for a control is to set
CausesValidation="false"
However I've got more buttons that I don't want to cause validation than I have that do want validation.
So my thinking is that it would be easier to turn it off by default and on when I need it but I don't know how.
Thanks in advance