mysteryminds
IS-IT--Management
Assuming I have 3 list boxes
Example :
Cars----------Models--------------type
---------------------------------------
All the fields will be dynamically from single table
Cars field has
NISSAN
TOYOTA
SUBARU
HONDA
MITSUBISHI
MAZDA
PROTON
CIEOLO
SCODA
MODELS fields will have list
--------
CIVIC
ACCORD
CRV
TRUCK
V5
CARRYBOY
TYPE fields
1200CC
1500CC
1800CC
2000CC
2500CC
Honda---------ACCORD-------------2000CC
Assuming User selects HONDA from first list menu (CARS_
The (MODELS)listmenu will display all the models related to HONDA from database.
type will display all the types related to the selection made in MODELS list menu.
I'm able to retreive all the fields from the database but I'm not able to pass the values from from listmenu to second list menu and to third from second.
Example :
Cars----------Models--------------type
---------------------------------------
All the fields will be dynamically from single table
Cars field has
NISSAN
TOYOTA
SUBARU
HONDA
MITSUBISHI
MAZDA
PROTON
CIEOLO
SCODA
MODELS fields will have list
--------
CIVIC
ACCORD
CRV
TRUCK
V5
CARRYBOY
TYPE fields
1200CC
1500CC
1800CC
2000CC
2500CC
Honda---------ACCORD-------------2000CC
Assuming User selects HONDA from first list menu (CARS_
The (MODELS)listmenu will display all the models related to HONDA from database.
type will display all the types related to the selection made in MODELS list menu.
I'm able to retreive all the fields from the database but I'm not able to pass the values from from listmenu to second list menu and to third from second.