Update Datagrid view for 2 tables
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to have two related tables appear in one datagridview with the ability to update/insert/delete. Here is a simplified version of what the table structure looks like: Table1: Table1_ID, Order_No Table2: Table2_ID, Part_No, Table1_ID I have shown in datagridview: Order_No, and Part_No But i m unable to update/insert. Any body have idea how update/insert operation works when data is coming from two tables. I am using visual studio 2005 / C#