Accessing multiple values in a list box

V

Vivek Sharma

Hi,

I am using a listbox in a web user control with selection mode as
"Multiple". I am not sure how can I access the multiple selected values in
my aspx form.

Please help.

THanks
 
K

Kaoru Kodaka

Dear Vivek,

I checked only documents. ListItem class has Selected
property. I guess you can use to check this property via
ListItems collection.
 

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

Top