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.
 
use a listbox where you can do multiple-selection

Regads,

Michelle
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top