0
Answer

MDI FORM BindingNavigator?

Ask a question
Nabil GHENIMA

Nabil GHENIMA

15y
4.2k
1

I'm new in the C# programming.

I'm trying to program an application with an MDI Form and several Child Forms with DataGrids. I would like to use only one BINDINGNAVIGATOR in the MDI FORM and several BindingSources and Datasets in the Child Forms (Instead of several BindingNavigators in each Child Form).

Can you help me to find the way to make the Binding bettween the MDI BindingNavigator and Child Forms Datasources.

With my best regards.