Dropdownlist

  • Thread starter Thread starter André Almeida Maldonado
  • Start date Start date
A

André Almeida Maldonado

Hy Guys,

I'm receiving this error and I don't know why...

A DropDownList cannot have multiple items selected.

What can I do??????????

Thank's
 
You have 2 choices:

1. Don't allow multiple selections in your DropDownList Control.
2. Use a ListBox Control instead, which allows multiple selections.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
This is because you have more than one item selected.
Check your code and make sure that you only set one item
selected.

Tu-Thach
 
Back
Top