I am trying to select a value from a drop down control before it was text box. I have given the same ID for drop down which was similar to the text box.
Below is the code:
Do
counter=counter+1
tempPanelInputBox = form1.FindControl("txt_" + panelUsed + "_input" + counter.ToString())
Loop untill counter=CounterEnd
and i want to change to get the selected value in the dropdown box.