Hi, I feel kind of stupid for asking this but I need to know how to check what was selected on a multiple listbox.
eg:
<SELECT id=select1 multiple name=Employees size=5>
some options here
</select>
How would I use ASP code to find out what was selected. And if anyone could point me to a page about checking different form elements by ASP it would be very appreciated.




Reply With Quote