I am using Microsoft Visual Studio 2010
I have two Combobox.
-Combobox1.Text
-Combobox2.Text
first combobox1 contains the ff: items
-Globe
-Smart
-Sun
Second combobox2 contains the ff items:
-Smart30
-Smart60
-Smart115
-AMAX
-Globe30
-TU20
-TU50
-TU150
-DCTU100
What I want to do is when I click for Globe in ComboBox1.Text -AMAX and -Globe 30 Appears in the second ComboBox2., and for Smart when I clicked it., -Smart30,-Smart60 and -Smart115 appears in ComboBox2.,just like in SUN.,
So is it possible to do this?