João,
>
>When I click the _Query's_ "Ok" button, my validator
>gets called (client-side) and tells me the email is invalid.
>
>
>How can I go around this, keeping the client-side
>validation?
You can set the CausesValidation property to False on your _query_ OK
buttons. This way, only the _emai
My problem:
I have 2 diferent behaviours in the page:
- do a query (with several pulldowns and a
text box for a textual search criterium)
- subscribe a mailing list (with a text
box to insert an email)
each of these has its own "ok" button, with its own
server-side event-handler. The text box