Hello,
I use The RowFilter property to select number of row from my dataview.

How can i get the number of rows found ?

I experience that the number of rows remains the same as before the filter
was applyied if there i no match for the filter.

Any comment will be highly appreciated.

JB

Re: DataView.RowFilter issue by Miha

Miha
Tue Apr 05 02:44:24 CDT 2005

DataView.Count?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info

"Jensen bredal" <jensen.bredahl@yahoo.com> wrote in message
news:%23qmHL1aOFHA.3716@TK2MSFTNGP14.phx.gbl...
>
> Hello,
> I use The RowFilter property to select number of row from my dataview.
>
> How can i get the number of rows found ?
>
> I experience that the number of rows remains the same as before the
> filter
> was applyied if there i no match for the filter.
>
> Any comment will be highly appreciated.
>
> JB
>



Re: DataView.RowFilter issue by Cor

Cor
Tue Apr 05 03:11:28 CDT 2005

Jensen,

Please don't multipost, I have answered you in the C# newsgroup, which I
would not have done when I had seen Miha's answer and he probably not when
he had seen mine.

So please crosspost what is sending one message to the relevant newsgroups
at once.

Thanks in advance.

Cor



Re: DataView.RowFilter issue by Jensen

Jensen
Tue Apr 05 03:56:06 CDT 2005

Sorry.



Re: DataView.RowFilter issue by Cor

Cor
Tue Apr 05 04:25:08 CDT 2005

> Sorry.
That is not needed, it was only to let you know.

:-)

Cor



Re: DataView.RowFilter issue by Miha

Miha
Tue Apr 05 04:37:26 CDT 2005

Yeah, you should write:
DataView.Count
for 100 times.
;-)

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
SLODUG - Slovene Developer Users Group www.codezone-si.info

"Jensen bredal" <jensen.bredahl@yahoo.com> wrote in message
news:%23SAPR1bOFHA.3828@TK2MSFTNGP10.phx.gbl...
> Sorry.
>



Re: DataView.RowFilter issue by Jensen

Jensen
Tue Apr 05 09:07:04 CDT 2005


> Yeah, you should write:
> DataView.Count
> for 100 times.
> ;-)
>

DataView.Count
for 100 times.


Done ;-)

Many thanks...
JB




Re: DataView.RowFilter issue by Sahil

Sahil
Tue Apr 05 11:52:21 CDT 2005

Don't be sorry man :) . You are welcome to post however you feel comfy.
We're here to help, not admonish.

- Sahil Malik [MVP]
http://codebetter.com/blogs/sahil.malik/



"Jensen bredal" <jensen.bredahl@yahoo.com> wrote in message
news:#SAPR1bOFHA.3828@TK2MSFTNGP10.phx.gbl...
> Sorry.
>
>