How to multiselect entries in drop down

A

Ajith

I need to select multiple entries in the drop down list.

E.g. Search a string in languages like C#, VB, Java etc. These entries
are in drop down. So i need to multi select to search in multiple
languages


1. One of the option could be to have a check box beside each entry in
drop down. Do any one have an idea how to do this. Solution in C# is
required but even if its unmanaged code is OK.

2. Do any one have another idea for this multi select problem.
 
Top