View Single Post
  #1 (permalink)  
Old 01-08-2009, 4:49 PM
kgadde kgadde is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.0 (VS 2005/2008)
 
Join Date: Jan 2009
Posts: 1
Reputation: 0
kgadde is on a distinguished programming path ahead
Default Help with Combo Box in Vb.net Forms

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
Reply With Quote