Accessing multiple values in a list box

  • Thread starter Thread starter Vivek Sharma
  • Start date Start date
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
 
Dear Vivek,

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