Bound DataGrid ?

  • Thread starter Thread starter Dave Powlin
  • Start date Start date
D

Dave Powlin

How do I change the data in SQL Server when a user edits data in a DataGrid?
I am trying a few things and not getting the results I want.

I have a simple table that I want the user to be able to update easily. I
bind it via a DataSet to a datagrid. The user makes various changes. What do
I do to ensure these are reflected in the underlying SQL Server table?

All help appreciated.
 
Back
Top