Another tutorial opportunity for Michael.

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:

The DataGridView control is bound to the DataSet Object, which is bound to the DataAdapter, which connects to the DataSource.

I need to call the Update() method of the DataAdapter to cause the changes to be written back to the database.

Assuming I have a reference to the specific control, how do I find the related DataAdapter ?

_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to