In the following select list, using response.form, how do I get the display value from the list? response.Form("lstItems" gives me 1, or 2. I want First or Second.
<select 'lstItems'>
<option value='1'>First</option>
<option value='2'>second</option>
</select>
<select 'lstItems'>
<option value='1'>First</option>
<option value='2'>second</option>
</select>