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.
Paschalis Pagonidis - 01 Dec 2004 14:56 GMT
Hmm, weird...
I've commented the code that sets the columns' expression
property, and now binding works fine.
But the problem is that controls' properties must be bound
to calculated columns, so I really need those.
>-----Original Message-----
>Hi all,
[quoted text clipped - 19 lines]
>called. I don't know if that causes any problems.
>.