var eSection = document.getElementById("<%=tx_ddlType.ClientID%>"); var eSectionValue = eSection.options[eSection.selectedIndex].value; alert(eSectionValue);
js 获取asp:dropdownlist选中的值
原文:http://www.cnblogs.com/ctautocn/p/4614435.html