Home All Groups Group Topic Archive Search About

Datagridview combobox and relations in datatables

Author
2 Aug 2006 5:13 AM
Danny M
Does anyone ave a good exsample on how you bind 2 tables into a
datagridview where the second table is the values of a dropdownbox.
With delete (whole row not dropdownbox table) and edit ?

Author
2 Aug 2006 12:02 PM
Brian Tkatch
Danny M wrote:
> Does anyone ave a good exsample on how you bind 2 tables into a
> datagridview where the second table is the values of a dropdownbox.
> With delete (whole row not dropdownbox table) and edit ?

The help has good examples of all these things. Check out DataGridView
and the DataGridViewComboBox.

B.