|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DataView.RowFilter issueHello,
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 DataView.Count?
-- Show quoteHide quoteMiha Markic [MVP C#] - RightHand .NET consulting & development www.rthand.com SLODUG - Slovene Developer Users Group www.codezone-si.info "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 > 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 Yeah, you should write:
DataView.Count for 100 times. ;-) -- Show quoteHide quoteMiha Markic [MVP C#] - RightHand .NET consulting & development www.rthand.com SLODUG - Slovene Developer Users Group www.codezone-si.info "Jensen bredal" <jensen.bred***@yahoo.com> wrote in message news:%23SAPR1bOFHA.3828@TK2MSFTNGP10.phx.gbl... > Sorry. > > Yeah, you should write: DataView.Count> DataView.Count > for 100 times. > ;-) > for 100 times. Done ;-) Many thanks... JB 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. > >
Other interesting topics
Schema Collection -> Strongly Typed Dataset
Dataset Merge Question Multiple DataTables in Dataset MS Best Practice - Load subset of a single Row Transactions in ADO.Net 2 strongly-typed datsets. multiple tables in a flat grid Formatting a SQL query Cannot Open Any More Tables Editing Info in a DataTable ReadXml into a DataTable? |
|||||||||||||||||||||||