Maria

Maria

  • NA
  • 64
  • 0

BindingNavigator save button does not update table

May 1 2009 1:42 PM

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)