I need to use a DropDownList in my application made in VB.Net where I can select multiple values from the List.
Please help me out..
thanks

Recommended Answers

All 2 Replies

>I need to use a DropDownList in my application made in VB.Net where I can select multiple values from the List.

You can't select multiple items from the dropdownlist control. Use ListBox control instead.

I need to use a DropDownList in my application made in VB.Net where I can select multiple values from the List.
Please help me out..
thanks

i have used List Box for multiple selection from the list. So no need to use the Drop Down List.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.