Re: Further filter a DataRow Array
From: Miha Markic [MVP C#] (miha)
Date: 09/27/04
- Next message: Guadala Harry: "Re: Best way to populate webpages from multiple tables"
- Previous message: ajit goel: "Further filter a DataRow Array"
- In reply to: ajit goel: "Further filter a DataRow Array"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 10:11:12 +0200
Hi,
Why don't you use DataView (with cumulative filter) or increment the filter
you use to select the rows?
-- Miha Markic [MVP C#] - RightHand .NET consulting & development miha at rthand com www.rthand.com "ajit goel" <ajit.goel@wipro.com> wrote in message news:6ec23a57.0409262348.56d8ca80@posting.google.com... > Hi Everyone; > > I have applied a filter to a DataTable to return a DataRow array. I > would like to apply a filter to this DataRow array to further limit > the DataRows that I would like to work with. However DataRow does not > support the Select method. > > How can I workaround this problem?? > > Ajit Goel
- Next message: Guadala Harry: "Re: Best way to populate webpages from multiple tables"
- Previous message: ajit goel: "Further filter a DataRow Array"
- In reply to: ajit goel: "Further filter a DataRow Array"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|