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
how to use debug in my elipse to solve problems that exist in my project
What is the RMI and Socket?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Define the remote object implementation?
What value does read() return when it has reached the end of a file?
What is synchronization and why is it important?
How can I scroll through list of pages like the search results in google?
Do you think that java should have had pointers?
the same information whether it will connect to the database or it will be used previous information?
What is an abstract method?
Name the eight primitive java types.
Define prototype?
Explain RMI Architecture?
What classes of exceptions may be caught by a catch clause?
What is RMI and what are the services in RMI?