Re: [DOTNET] Problem with 2 ImageButtons and 1 Validator

2002-05-14 Thread Michael Weinhardt
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

[DOTNET] Problem with 2 ImageButtons and 1 Validator

2002-05-10 Thread João Pedro Martins
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