Hi all,
I have on dropdownlist . using jquery i am disable the dropdown list. Using this way
$("#ddlperiod" + nextddlid).prop('disabled', false);
after that in code behind i try to get dropdownlist value
string value=ddlperiod.SelectedValue;
It's not working. How to get the dropdownlist value
Go to the complete details ...