master-detail
hey hello,
I have to manipulate with master-detail table through the form containing the Textbox for master and Datagridview for detail table. Actually i have to make data entry to all the 10 textboxes and get inserted into master table. and datagridview with 6 columns it should be get inserted into master table.
I have used binding source to bind both the table. While inserting data in textboxes all work fine data get saved/inserted into database properly. while i want datagridview rows get inserted into the database. This does'nt work.
Can you help me out to find the solution to find the data entry in datagridview and then save into database.
|