Answered by:
Multiple selection on dropdown list

Question
-
User-778494609 posted
Hi!
Is there any way to select multiple items on a dropdown list? If not, what is the best way to do something similar?
Thank you!
Wednesday, February 14, 2007 2:01 PM
Answers
-
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, February 14, 2007 2:53 PM
All replies
-
Wednesday, February 14, 2007 2:27 PM
-
User-1540720552 posted
You can not select multiple items in DropDownList, you can say this is the limitation of DropDownList. If your requirement needs to select multiple items, then you have to use ListBox, Otherwise there is no way.
Thanks
Wednesday, February 14, 2007 2:31 PM -
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, February 14, 2007 2:53 PM -
User-1540720552 posted
Hey e_screw:
Peter's EasyListBox is not DropDownList server control.
Wednesday, February 14, 2007 3:00 PM -
User445179017 posted
Is there any way to select multiple items on a dropdown list? If not, what is the best way to do something similar?Technically you cannot set multiple items on the dropdownlist provided by .net. If you want to do something similar, you need to consider Peter's EasyListBox and is my answer.
Thanks
Wednesday, February 14, 2007 3:05 PM -
User-1540720552 posted
e_screw:
This time you are right,
Thanks
Wednesday, February 14, 2007 3:34 PM -
User-1540720552 posted
Is there any way to select multiple items on a dropdown list? If not, what is the best way to do something similar?Technically you cannot set multiple items on the dropdownlist provided by .net. If you want to do something similar, you need to consider Peter's EasyListBox and is my answer.
Thanks
Wednesday, February 14, 2007 3:36 PM