How can I get the selected value of a dropdown box using jQuery? I tried using
var value = $(\'#dropDownId\').val();
and
The id that got generated for your drop down control in the html will be dynamic one. So use the complete id $('ct100_').val(). It will work.
id
html
$('ct100_').val().