I get a DataTable from a DataSet and then bind that DataTable to a DataGridView. Once the user edits the information on the DataGridView how do I take those changes and put
as mentioned DataAdapters are one of the easy ways.
See: http://www.codeproject.com/KB/database/relationaladonet.aspx
for a pretty simple example that I think covers what youu need.