[IronPython] data binding

jeff sacksteder jsacksteder at gmail.com
Mon Jul 17 20:32:10 CEST 2006


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 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060717/945437a3/attachment.html>


More information about the Ironpython-users mailing list