I have a data table to update changes to DataBase table. For better understanding what I mean I posted the picture. How can solve this problem?
When I delete the row I call rows.Delete() method. When I click Save button on the form it will call DataAdapter.Update() method.