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

后端 未结 4 1484
南方客
南方客 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 10:00

    In that case you should use ListBox control instead of dropdown and Set the SelectionMode property to Multiple

    
      
      
      
    
    

提交回复
热议问题