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 deploy Jar, War files in J2EE?
which type of objects reference will be given to client?
Explain about local interfaces.
What are the different algorithms used for clustering?
Are enterprise beans allowed to use thread.sleep()?
What is table mutation and how do you avoid it?
What class is used to create Server side object ?
Can you give me a simple example of using the requiredif validator rule?
Explain phantom read?
What are the design considerations while making a choice between using interface and abstract class?
What must a class do to implement an interface?
Name the class that is used to bind the server object with RMI Registry?
What is difference between object state and behavior?
What are the pros and cons of detached objects?
Explain ioc concept?