Select multiple value in DropDownList using ASP.NET and C#

后端 未结 4 1495
南方客
南方客 2020-12-06 09:16

Select multiple value in DropDownList using ASP.NET and C#. I tried it to select single value from drop down but unable to find multiple selection.

4条回答
  •  天涯浪人
    2020-12-06 09:51

    Dropdown list wont allows multiple item select in dropdown.

    If you need , you can use listbox control..

    ASP.NET List Box

提交回复
热议问题