Dataset Updates

  • Thread starter Thread starter Marty Cruise
  • Start date Start date
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?
 
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
 
Back
Top