SWAMY YT

SWAMY YT

  • 857
  • 639
  • 28.5k

static dropdown select option

Oct 5 2018 5:56 AM
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)