I am trying to get the value of a .NET dropdown list in JQuery, but I am only able to get the ID of the selected item, not the selected value. Is it possible to do this? This is my current code, which gets the ID of the selected item :
alert($('#<%=ddlReportPeriods.ClientID %>').val());
<option>in your dropdown, which is not the same thing as the value.