ASP.NET jQuery 实例7 通过jQuery来获取DropDownList的Text/Value属性值
界面代码: 复制代码 代码如下: <form id="form1" runat="server"> <div align="center"> <fieldset style="width: 400px; height: 80px;"> <p> 选择颜色:</p> <asp:DropDownList ID="ddlColor" runat="server"> <asp:ListIt...