Results 1 to 2 of 2

Thread: Data Filter

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2009
    Posts
    25

    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.

  2. #2
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,714

    Re: Data Filter

    Quote Originally Posted by McInsane View Post
    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
  •  



Click Here to Expand Forum to Full Width