Merge in new data but keep existing changes

S

Steve Amey

Hi all

I have a function that gets information from a database and merges the
DataTable into a DataSet that some controls are bound to. What I would like
is for the information to be merged in but to retain any changes the user
has made to the local data. The reason being, I have a bunch of TextBoxes
and a list, the refresh function will need to update the list with any
changes that have been made in the database, but if the user has changed
some of the values in the TextBoxes, I would like to keep them.

Does anyone know what the best way to do this would be?

Regards,
Steve.
 

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

Top