i want user control's dropdownlist selected item from page. when i try to get dropdownlist id it doesn't return correct id. Have you any idea about what i can get dropdownlist id?
var e = $("#<%=ddlCategory.ClientID%> option:selected").val();
alert(e);
<blogControl:UCCategory ID="ddlCategory" runat="server" />