News

1. Get a subset of data from an XML file into a DataGridView, 2. Allow the user to edit said data, 3. Stick the changed data back into the XML file from where I pulled it from.
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 ...