SyntaxFix
Write A Post
Hire A Developer
Questions
You need to add a name to your <select> element:
<select>
<select id="testSelect" name="testSelect">
It will be posted to the server, and you can see it using:
Request.Form["testSelect"]