|
-
July 5th, 2008, 09:10 AM
#1
[RESOLVED] Can we Filter DataSet.Table rows collection
Dear All
can we filter subset of DataSet.Table row collection in ADO.Net. Early days adodb's recordset was providing Filter method to get subset of its records, but i couldn't find a similar option in ado.net.
thanks in advance and looking for your immediate suggestions
Warun
-
July 5th, 2008, 10:42 AM
#2
Re: Can we Filter DataSet.Table rows collection
-
July 7th, 2008, 11:59 PM
#3
Re: Can we Filter DataSet.Table rows collection
Thanks and it solved....you cannot apply filter condition to DataSet.Table, but can in DataView. I have solved this by giving DataSet.Table reference to DataView. DataView is better datasource when you are working around web based program.
Warun
Last edited by kvwarun; July 8th, 2008 at 12:03 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|