Hi
I have dragged a master and a detail table on the form. How can I now make
the master table control the detail table in that proper detail records are
displayed when a master record is selected from the Master BindingNavigator?
Thanks
Regards
...
more >>
I have a form with a custom property called 'KamerID'. This property is
bound to a column (KAMERID) in a datatable (ABONNEES) in a dataset (dsAbo).
The property is bound at runtime:
this.DataBindings.Add("KamerID", dsAbo, "ABONNEES.KAMERID");
The code for the property:
[Bindable(true...
more >>