Another tutorial opportunity for Michael.<br><br>I have a DataGridView control containing data that needs to be flushed back into the original data source. I believe the following to be true:<br><br>The DataGridView control is bound to the DataSet Object, which is bound to the DataAdapter, which connects to the DataSource.
<br><br>I need to call the Update() method of the DataAdapter to cause the changes to be written back to the database.<br><br>Assuming I have a reference to the specific control, how do I find the related DataAdapter ?<br>
<br>