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 them back into a DataTable that was used that I can then put back into my DataSet?
I want to make a Save Button on my DataGrid that when pressed actually saves the changes.
I don't if I can get anymore specific than that, because it is a fairly simple question.
Thanks in advance!
Let me know if you need me to elaborate more.