How to Populate Combo Box Dynamically based on another Combo Box- URGENT PLZ.. [message #189517] |
Fri, 25 August 2006 00:12 |
sireeshraju
Messages: 32 Registered: October 2005
|
Member |
|
|
hello ,
I have a combo box,If I select a value from this combo box it should populate another Combo box automatically.
Example:-
state
sno cno statename
1 1 newyork
2 1 boston
3 1 florida
1 2 brisbane
2 2 sydney
country
cno country name
1 usa
2 Aus
if i select usa in first combo box
in next combo box i have to poulate only states that belong to that country.
BY example above:
If in first combo box i select AUS
then in next combo box i.e., in
second combo== brisbane
sydney only must be there .
i need the exact code with trigger.
Any Help is highly appreciated.
Regards
Sireesh.K
|
|
|
|
|
|
|