editing in binding manager

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I need some help. Hopefully will be simple. Usually I have users edit data
in a data grid and then I call the update routine if the dataset has
changes.

I have an instance where data is bound to text boxes on a form. If the user
needs to edit the information in one or more of these text boxes, these
edits are not being saved back to the database. If threw in an if statement
(if ds.haschanges then update...) but when debugging it is seeing that the
dataset does not have changes. So I take it that directly typing into a
text box that is bound to a field in the dataset does not directly change
that data and set that row to modified?

What might I be doing wrong here?

Thanks for the information.

Brad
 
Hi Brad,

Probably you are not invoking CurrencyManager.EndCurrentEdit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top