4
Answers

Request.Form -- Multiple Select -- How?

Ask a question
Or

Or

15y
7k
1
Hello,

I have a multiple select list in a form. I want to get the items in that list. I have tried to get it like I get input text for example, with Request.Form("blabla"). But Request.Form("MultipleSelectList"), Gives me nothing.
How do I get the items in the multiple select list in the form? I guess it is pretty simple.

Thank you!

Answers (4)