I have problem with DropDownList.
I have two DropDownLists state and city there are two tables state and city.
on pageload event i want to load state dropdown list
after that when i select any state in state drop down list corresponding city of that state
must be select in the city drop downlist.Pls solve in it.and give me suggestion from starting end with code.I am using Asp.net using C# and backend as sql server 2000.