Help with Combo Box in Forms

kgadde

New member
Joined
Jan 8, 2009
Messages
1
Programming Experience
Beginner
Hi, I am a NewBie to VB.NET
Need Help Please,

I have 3 combo boxes i.e 1,2,3.
i need help acessing bata from sql 2005 database.
i need the Combo Boxes to work in this order below.
1.ComboBox1 should populates all country names from table A when the form Loads.
2.Based on the Selected Value from Combobox1 - Combobox2 Should Display corresponding states for the Country Selected.
3.Based on the selected value in Combobox2 - Combobox3 Should display all cities for the state selected above.

Any Help on this is Highly Appreciated Please.
Thanks
Kanthi
 
These are called cascading comboboxes and are a very commonly asked about topic. Have a google to see what you can find, first.
 

Latest posts

Back
Top