validating a listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

How do I validate a Multi-select listbox to make sure at least 1 item is
selected?

Cheers


Dan
 
Dan,

You can check the SelectedItem property of the list box in code to see if
anything has been selected or not. You could then place this code in a
CustomValidator control or handle it an any other form processing method.

Hope this helps!
 

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