Dataset Updates

M

Marty Cruise

Is there a way to 'automatically' update control
properties (ie. textbox.text) when a dataset value (to
which it is populated from) is updated?
 
J

Jeremy Cowles

Marty Cruise said:
Is there a way to 'automatically' update control
properties (ie. textbox.text) when a dataset value (to
which it is populated from) is updated?

Yes, bind the control's property (ie. textbox.text) to the data source that
you want to keep it synch'd with.

For more info, post this question in the ADO.NET group
(public.microsoft.dotnet.framework.adonet)

Good Luck,
Jeremy
 

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