Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Suppose there are 3 combo box.
SELECT COUNTRY
SELECT STATE
SELECT CITY
if i select any country from country conutrylistbox
values in the state will get automatically inserted with
database values>>
THEN on selection of state city will be inserted in city
combo box


If you can help then please Help me...

Answer Posted / atul shende

make a database having fields country,state,city

store the information in that i.e list of
country,state,city.

write code on country combobox change index event.
select state from [table] where country='selected country'

store result in dataset or datatable and bind it with state
combo.

same for state combo for seelecting cities of that state.

Is This Answer Correct ?    12 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What classes of exceptions may be caught by a catch clause?

1080


What is threadfactory?

1155


Do I need to import javlang package any time? Why ?

1153


Are enterprise beans allowed to use thread.sleep()?

1197


What is a class loader? What are the different class loaders used by jvm?

1159


Name three subclasses of the component class?

1162


What is ioc concept?

1267


Name the class that is used to bind the server object with RMI Registry?

2221


Explain about thread synchronization inside a monitor?

2606


What is abstract schema?

1081


How are the elements of a cardlayout organized?

1133


What are callback interfaces?

1138


What are the different class loaders used by jvm?

1152


Why do I get a duplicate name error when loading a jar file?

1201


Why a client should be multithreading? Explain.

1134