3
Answers

Not able to read the dropdownlist selected item in c#

I have a dropdownlist and it has selected value which was assigned using javascript. When I try to read the value in code behind on click of submit button, selected value is empty. Any suggestion here?

Answers (3)