Hi,
I've this scenario :
I have two user controls with two binding sources in each one. The master is binded to a collection "Coll". The second is binded to the first with a DataMember property set to "DM".
When displaying data, all works perfectly but when I try to create a new child entity (in the second control), it is not automatically displayed by the bindingsource. (but it is created in the database).
I tried to put the two bindingsources in the first control and set the datamember at design time and every thing works fine.
What do I have to do to make things work at runtime or is it simply a bug ?
Best regards