train_empl_id [PK]
empl_id [foriegn key]
train_id [Foriegn key]
mark
so i am entering data of training data table by text boxes and
the train_empl table data entering by datagridview and the employee table data entering by combobox it is inside datagridview
i am getting its value and saved it in variable but i am not know how can i insert it to its table(train_empl)
i am using binding source to link datagridview (train_empl Table) and its Combobox (employee_Table)
my question How can i passes the value of train_id to datagridview?