<asp:DropDownList ID="ddlWJLX" runat="server" OnSelectedIndexChanged="ddlWJLX_SelectedIndexChanged"> </asp:DropDownList>
解决方案:
- AutoPostBack="true"
<asp:DropDownList ID="ddlWJLX" runat="server" OnSelectedIndexChanged="ddlWJLX_SelectedIndexChanged" AutoPostBack="true"> </asp:DropDownList>