I thought this would be easy but I can't find anything on it anywhere. I am try to build a web form in asp using sql 2000 as the back end. i have two tables:
tblContest
QID Q
1 Who won the game?
2 Who has the most points?
3 What was the high score?
tblContest_DropDowns
QID Choice
1 red
1 blue
2 joe
2 john
3 50
3 100
I would like the form to display the questions and then the corresponding choices would populate the dynamic drop downs.
1 Who won the game? choice red/blue
2 Who has the most points? choice joe/john
3 What was the high score? choice 50/100
I need to use drop downs for each record and their could be more than 2 choices. I have the database part down and can easly display the data in a dynamic table/repeat region in DreamweaverMX. Any thoughts on how to layer in the looping select list???
tblContest
QID Q
1 Who won the game?
2 Who has the most points?
3 What was the high score?
tblContest_DropDowns
QID Choice
1 red
1 blue
2 joe
2 john
3 50
3 100
I would like the form to display the questions and then the corresponding choices would populate the dynamic drop downs.
1 Who won the game? choice red/blue
2 Who has the most points? choice joe/john
3 What was the high score? choice 50/100
I need to use drop downs for each record and their could be more than 2 choices. I have the database part down and can easly display the data in a dynamic table/repeat region in DreamweaverMX. Any thoughts on how to layer in the looping select list???