Combobox in C#
Hello all,
i am developing a windows application in C# & in this, i want to have two combo boxes
comboState & comboCity
i have added items in comboState & i want to add items in comboCity at runtime when user selects a particular item in comboState.
Selecting a different item in comboState also updates items in comboCity.
i am unable to do it, is there anyone who could help me out !
thanks
|