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);