S
shahoo
I have a datagridview on a form and It has two columns which are
comboboxes. The columns are use for showing name, lastname.
The columns are bound to a database table. I want to do this:
Suppose there are these information in the DB:
Name: LastName:
----------------------------------
John Smith
John Black
Alen Young
Now If the user selects John for name the last name would be showing
Smith and black. I mean I want to filter a column based
on another.
Can anyone please help?
comboboxes. The columns are use for showing name, lastname.
The columns are bound to a database table. I want to do this:
Suppose there are these information in the DB:
Name: LastName:
----------------------------------
John Smith
John Black
Alen Young
Now If the user selects John for name the last name would be showing
Smith and black. I mean I want to filter a column based
on another.
Can anyone please help?