
Save data back to datasource: DataGrid data binding
Hi,
I am using data binding to bind a DataGrid on Windows form
to my data source object, an array of objects. I can
display the data in the DataGrid fine, but I don't know
how to save the changes I made in the DataGrid UI back to
the data souce object. Could someone show me how? Or if
someone could give me a sample that does the similar
thing, that would be great.
Thanks in advance.
Northern