我有兩個DropDownList的jQuery的設置DropDownList的啓用
<asp:DropDownList ID="ddl1" runat="server" Width="173px"
CssClass="ddl" >
</asp:DropDownList>
<asp:DropDownList ID="ddl2" runat="server" Width="173px"
CssClass="ddl" Enabled="False">
</asp:DropDownList>
我希望在第一個將ddl1.selectedindex = 3,以使第二個DDL2
使用OnSelectedIndexChanged爲DDL1 – 2012-03-19 10:47:50
OnSelectedIndexChanged只需要如果要填充的飛行DDL2的值,它會導致回發來做到這一點。 – Willem 2012-03-19 11:04:39