I\'m using 2005 Windows Forms in C#. I\'ve only been working at this for a day, so go easy please.
I\'d like to have a submit button that saves changes to a DataGridVie
If you've configured the proper TableAdapter to go with the DataTable specified (Right-Click on the TableAdapter section and select "Configure...'), you'll have a wide variety of options.
After doing this on my own DataTables I'm able to update by