المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Cascading Comboboxes...



C# Programming
08-25-2009, 04:43 AM
Hi,

I have a Windows Application that contains 3 Comboboxes that's being populated by a SQL database. Those 3 boxes are "Countries", "States" and "Suburbs". I want to code the Comboboxes so that when you select a country, the state combobox will display states for that country and when you select a state you should be able to select a suburb within the selected state.

How can I go about doing this?

Thank you!!

Illegal Operation