7
Answers

static dropdown select option

Photo of SWAMY YT

SWAMY YT

6y
716
1
here is my code , i want to get the selected index in c#. how to  get it in c# any hekp will be appreciated 
 
 
<select class="form-control" id="selectProduct" style="height: 35px">
<option id="optEmpty"></option>
<option id="optYES">YES</option>
<option id="optNO">NO</option>
</select>

Answers (7)