G
Guest
I am trying to find a way to create dependent dropdown lists in C# The old
way I knew involved javascript and will no longer work in the new design. I
need for each list to be database driven (data is pulled from database)
Example:
First Box would have Years 2004, 2003, 2002, 2001, etc.
Second Box: would have Ford, Chevy, Dodge, Toyota, Honda, etc
Third Box would have items based from first selelction(if Ford chosen)
F-150, Explorer, Bronco, etc
Does anyone have any thought on how this can be accomplished, I have stumped
all my fellow coworkers.
Thanks
way I knew involved javascript and will no longer work in the new design. I
need for each list to be database driven (data is pulled from database)
Example:
First Box would have Years 2004, 2003, 2002, 2001, etc.
Second Box: would have Ford, Chevy, Dodge, Toyota, Honda, etc
Third Box would have items based from first selelction(if Ford chosen)
F-150, Explorer, Bronco, etc
Does anyone have any thought on how this can be accomplished, I have stumped
all my fellow coworkers.
Thanks