How do you save the last edit?

  • Thread starter Thread starter aualias
  • Start date Start date
A

aualias

I have a DataTable that is bound to a Form. The application sends the
DataSet to a web service to update the data on the server. If I am editing
a TextBox, and the focus is still in the TextBox, the current changes are
not updated in the DataSet bound to the TextBox. If I exit the TextBox,
then the data is saved.

How can I save the last edit? I have tried the
CurrencyManager.EndCurrentEdit() method.

TIA

David
 
Back
Top