i created a page with a table and a select option in it
<body>
<table>
<select....>
...and so on

i used them as a html tags and now i want to get the selected item (from the select) in the code behind using vb.net
how can i do that?
thanks