When binding status changes?
From: Paschalis Pagonidis (anonymous_at_discussions.microsoft.com)
Date: 12/01/04
- Previous message: ClydeL: "Binding textboxs to dataRow with null fields"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 06:28:40 -0800
Hi all,
I bind few controls (textboxes & radio buttons) to a
datasource.
When datasource is filled for a second time by an adapter,
IsBinding value of controls' Bindings property turns to
false.
All binding properties are set on both fills
(BindingField, PropertyName, DataSource).
Is there a general situation when a control loses its
binding?
tnx,
Pascal
P.S. I use few calculated columns in the table, whose
expression property is set each time before Fill() is
called. I don't know if that causes any problems.
- Previous message: ClydeL: "Binding textboxs to dataRow with null fields"
- Messages sorted by: [ date ] [ thread ]
Loading