Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i am new programming in vb.net , so i have 3 tables it is linked to gather by many to many

first table Trainingtable
train_id [primary key][Auto number]
train_name

second table Employee table

empl_id [primary key]
empl_name


Third Table train_empl

train_empl_id
empl_id [foriegn key]
train_id [Foriegn key]
mark

so i am let the entering data enter 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?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900