|
-
Feb 26th, 2011, 06:22 AM
#1
Thread Starter
Junior Member
Data Filter
Hey Guys,
I created a SQL database and it populates a few Listbox's i have, What i want to do now is filter out a lot of the data.
Basically, out of all the data rows i have, i want to be able to filter everyone except ID# 123 or 456.
-
Feb 26th, 2011, 01:24 PM
#2
Re: Data Filter
 Originally Posted by McInsane
Hey Guys,
I created a SQL database and it populates a few Listbox's i have, What i want to do now is filter out a lot of the data.
Basically, out of all the data rows i have, i want to be able to filter everyone except ID# 123 or 456.
Assuming you are using a DataTable to store your data look at DefaultView.RowFilter for the DataTable
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
|