Update a DataGridView without CommandBuilder
Hello All,
I want to update a DataGridView manually (without a CommandBuilder) by means of a DataAdapter. How do I get a DataAdapter's SQL parameters to correspond with the changes made in the DataGridView? Any ideas?
Cheers,
sfx
|