Click here to Skip to main content
15,879,348 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Does asp. NET Web Design has a control like the listbox in winform ,which has drop-down list to choose , and you can choose more than one item?
How do I achieve this functionality ?Must I use scripting languages?
Posted
Updated 23-Apr-12 3:54am
v2

Hi,
There is not such a control in standard asp.net controls. In order to do that you can either write a custom control on your own using asp.net or use existing custom controls. Take a look at this post:

Multi select Dropdown list in ASP.NET[^]

I hope it helps,
Cheers
 
Share this answer
 
v2
Comments
PEIYANGXINQU 23-Apr-12 10:19am    
Thank you,I am looking at the codes which you provide.
Have a look at this article: Multiselect Dropdown for Web Applications[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900