-3

can anyone point me in the right direction? I've been searching for a C# variant of the javascript multiselection box that is in this site --> mulitselect <-- Searched all day but now my brains are wracked dry over this, and the javascript is way to complex for me to understand. Any help is welcome, even if it is something remotely similar, I need a C# variant. Thanks all.

EDIT: Sorry I forgot to mention that part, it is for asp.net website

Alberto
  • 15,626
  • 9
  • 43
  • 56
5tar-Kaster
  • 910
  • 2
  • 12
  • 30

2 Answers2

0

it is for asp.net website

The control you are looking for is a DropDownList.

James
  • 80,725
  • 18
  • 167
  • 237
0

A quick search on SO brought me this ...

Multi-select dropdown list in ASP.NET and Getting all selected values from an ASP ListBox

Both links provide code to achieve the multiselect dropdownlist.

Community
  • 1
  • 1
Felipe Miosso
  • 7,309
  • 6
  • 44
  • 55