I would like to pass the value and get the result from the database using asp code.how could i pass the value from here and get the result from the database.how complicated would be my asp code.not much experince with asp.
<select name="dropdownList">
<option selected value="default"> Please select an option </option>
<option value="year2003"> 2003</option>
<option value="year2004"> 2004</option>
<option value="year2005"> 2005</option>
ect
<select>