furjaw Newbie
Joined: 10 Jun 2006 Posts: 5
|
Posted: Nov 6th, 2007 01:02 AM Post subject: Filtering a DataGridView |
|
|
Visual Basic.Net:
I have a DataGridView in Last Name sequence.
Is it possible to when a user types the first letter of a last name
that it displays all rows with last names that start with that letter.
When he types the second letter, it displays all records whose last name starts with those 2 letters, etc.? |
|