It says an int returns a null . Anyone know what this is  ? Is it -1 or
DBNULL it can't be 0 ( I hope).

Finds a row in the DataView by the specified sort key value.

[C#]
public int Find(
   object key
);
Parameters
key
The object to search for.
Return Value
The index of the row in the DataView containing the sort key value
specified; otherwise a null value if the sort key value does not exist.

Ben

-----Original Message-----
From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
Michael Weinhardt
Sent: Wednesday, 15 May 2002 3:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Problem with 2 ImageButtons and 1 Validator


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 _email_ OK button causes validation on the
form, in this case being the email regex validator.

HTH
Michael W

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to