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

Why doesn’t the focus feature on the tag work in every circumstance?

573


cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..

1743


how to use debug in my elipse to solve problems that exist in my project

1766


Difference between swing and awt?

608


What are callback interfaces?

595






A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

1818


Why is actionform a base class rather than an interface?

574


what are memory considerations of jsp compares to other web components?

6020


Why are my checkboxes not being set from on to off?

650


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

1741


What is the argument type of a programs main() method?

567


What class is the top of the awt event hierarchy?

586


Explain how will the struts know which action class to call when you submit a form?

527


Is the infobus client side only?

615


Is jvm a overhead?

631