Home All Groups Group Topic Archive Search About

DataView.RowFilter issue

Author
5 Apr 2005 7:01 AM
Jensen bredal
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
Author
5 Apr 2005 7:44 AM
Miha Markic [MVP C#]
DataView.Count?

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

Show quoteHide quote
"Jensen bredal" <jensen.bred***@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
>
Are all your drivers up to date? click for free checkup

Author
5 Apr 2005 8:11 AM
Cor Ligthert
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
Author
5 Apr 2005 8:56 AM
Jensen bredal
Sorry.
Author
5 Apr 2005 9:25 AM
Cor Ligthert
> Sorry.
That is not needed, it was only to let you know.

:-)

Cor
Author
5 Apr 2005 9:37 AM
Miha Markic [MVP C#]
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

Show quoteHide quote
"Jensen bredal" <jensen.bred***@yahoo.com> wrote in message
news:%23SAPR1bOFHA.3828@TK2MSFTNGP10.phx.gbl...
> Sorry.
>
Author
5 Apr 2005 2:07 PM
Jensen bredal
> Yeah, you should write:
> DataView.Count
> for 100 times.
> ;-)
>

DataView.Count
for 100 times.


Done ;-)

Many thanks...
JB
Author
5 Apr 2005 4:52 PM
Sahil Malik [MVP]
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/



Show quoteHide quote
"Jensen bredal" <jensen.bred***@yahoo.com> wrote in message
news:#SAPR1bOFHA.3828@TK2MSFTNGP10.phx.gbl...
> Sorry.
>
>

Bookmark and Share