4
Reply

BindingNavigator save button does not update table

Ask a question
Maria

Maria

15y
15.1k
1

I am using a binding navigator and when I click save my information appears to save but when I close and reopen the program the new info is not saved.  What am I doing wrong?

 

this.Validate();

this.trainingBindingSource.EndEdit();

this.trainingTableAdapter.Update(this.trainingDataSet.Training);


Answers (4)