I'm a beginner
Do anybody can tell me how to commit changes to the DataSource if they've been made in a DataGrid??
Printable View
I'm a beginner
Do anybody can tell me how to commit changes to the DataSource if they've been made in a DataGrid??
It depends on what the datasource is. If the datasource is a dataset then you'd need to perform the update via a dataadapter.
Thank you, it works now. I used a DataAdapter with a CommandBuilder :)