Hi,

I have a Typed DataSet that is bind to some winform controls. TextBox,
Labelx etc....
At some point, my dataSet values are updated being the scene. The
probleme is that my binded controls are not updated automatically when
DataSource is updated.
What I have to do to force the rebind of my controls ?


..Etienne Lefrancois

Re: Refresh Binding by Dave

Dave
Wed Aug 16 13:46:42 CDT 2006

Hi Etienne,

Normally, using the Control.DataBindings instance property will do the trick. Just make sure that each control is bound to the same
object and that you are updating the same object to which the controls are bound.

Could you post your data-binding code?

--
Dave Sexton

"elefrancois" <etienne_lefrancois@hotmail.com> wrote in message news:1155655891.886248.112570@i3g2000cwc.googlegroups.com...
> Hi,
>
> I have a Typed DataSet that is bind to some winform controls. TextBox,
> Labelx etc....
> At some point, my dataSet values are updated being the scene. The
> probleme is that my binded controls are not updated automatically when
> DataSource is updated.
> What I have to do to force the rebind of my controls ?
>
>
> ..Etienne Lefrancois
>