Datagridview combobox and relations in datatables

  • Thread starter Thread starter Danny M
  • Start date Start date
D

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 ?
 
Danny said:
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.
 
Back
Top