I have 2 combos on my form.
the first combo is the cities combo which is populated from the mCity Entitylist. I then pass the entitylit to a BindingSource called bsCity and set the display member and listsource properties accordingly.
the second combo is the country combo which is populated from the mCountry Entitylist.I then pass the entitylit to a BindingSource called bsCountry and set the display member and listsource properties accordingly.
These 2 business objects are related by countryid.
What i want to have happen is when the user selects the city, i then want the correct country to be selected automatically.
Can i do this from the ControlBindingManager?