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
what are getters and setters in Java with examples?
How to deploy Jar, War files in J2EE?
What is an abstract method?
What are the purpose of introspection?
What are the services in RMI ?
Define prototype?
When a thread blocks on i/o, what state does it enter?
wahts is mean by dynavalidatorform in struts/
What is a modular application? What does module-relative mean?
Can I use multiple html form elements with the same name?
Why use a datasource when you can directly specify a connection details?
What state does a thread enter when it terminates its processing?
why static class in java
What do you need to set-up a cluster with jboss?
What are the pros and cons of detached objects?