A user needs to order items in order of their preference.
So for example, I have three shirts: blue, red, and yellow. The user has to pick the order of their preference.
1 - Blue
2 - Red
3 - Yellow
Each drop-down has the options of 1, 2, and 3. Is there a way to check to make sure that they only picked a combination of 1, 2, and 3 (not 1,1,1 or 2,1,1 etc.)?
Please let me know if anyone has any suggestions. Thanks!
By the way, I'm also using ASP (if that is any help.)
-DVD Girl
So for example, I have three shirts: blue, red, and yellow. The user has to pick the order of their preference.
1 - Blue
2 - Red
3 - Yellow
Each drop-down has the options of 1, 2, and 3. Is there a way to check to make sure that they only picked a combination of 1, 2, and 3 (not 1,1,1 or 2,1,1 etc.)?
Please let me know if anyone has any suggestions. Thanks!
By the way, I'm also using ASP (if that is any help.)
-DVD Girl