Hi,
I am trying to get the value of <Option> tag. Here is my example.
I have
<select id="select1">
<option value="100">Test1</option>
<option value="101">Test2</option>
</select>
I want to get this value using ASP.Net. I am using Request.Form("select1"), Getting only the value but not text. Any inputs.
Thanks
I am trying to get the value of <Option> tag. Here is my example.
I have
<select id="select1">
<option value="100">Test1</option>
<option value="101">Test2</option>
</select>
I want to get this value using ASP.Net. I am using Request.Form("select1"), Getting only the value but not text. Any inputs.
Thanks