Hi
I have a dropdown list with names and id's like this..
I know I get the value by Request.Form("SelectCust")
But how do I get the text?
Regards
I have a dropdown list with names and id's like this..
Code:
<select name="SelectCust" class="LicenseFieldLong">
<option value="0">Select Customer</option>
<option value="1">Name 1</option>
<option value="2">Name 2</option>
</select>
I know I get the value by Request.Form("SelectCust")
But how do I get the text?
Regards