Jquery javascript Dropdown selected value , Text
How to get the selected value of the dropdown in Jquery
var StrCountryValue = $('#<%=ddlCountries.ClientID %>').val();
to get selected text of the dropdown
var StrCountryText = $("#<%=ddlCountries.ClientID %> option:selected").text();
This entry was posted on Wednesday, August 26, 2009 at 1:29 AM. You can follow any responses to this entry through the RSS 2.0. You can