New Posts New Posts RSS Feed: 2 Combos
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

2 Combos

 Post Reply Post Reply
Author
Darren View Drop Down
Newbie
Newbie
Avatar

Joined: 06-Jul-2007
Location: United Kingdom
Posts: 23
Post Options Post Options   Quote Darren Quote  Post ReplyReply Direct Link To This Post Topic: 2 Combos
    Posted: 18-Jul-2007 at 3:49am
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?
 
 
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down