I have a master detail relation, represented with textboxes and comboboxes the master data and with datagridview the detail.
The navigation is managed with a BindingNavigator and the data is retrieved through a dataset with both tables and the corresponding relation.
The bindings are done with their corresponding bindingsource (one for the master, one for the detail and other for the relation)
When I did the fisrt data population everthings seems fine, but if I reload the dataset with diferent data, the binding controls didn¡¯t refresh their values.
PLease help!
Thks,
Ignacio