datagridviewcomboboxcell problem

hello there, i have a datagrid of 6 columns with one being a combobox. I databind the datagridview with a table A, i set the combobox to table B as a datasource in order to fill the combobox. When i fill the rows like 3 rows of my grid and then save, i don't know why the table B as 3 additional rows and nothing in table A. When i remove the codeline that deals with the combobox all data from the datagrid are saved in table A except for the column with the combobox.
I really don't understand what is happening, nowehere in my code do i update table B and still it will create new rows depending on the number of rows i fill in the datagrid.

Please help....


Answer this question

datagridviewcomboboxcell problem

  • datagridviewcomboboxcell problem