为什么在asp:UpdatePanel中的dropdownlist的selectedindexchanged事件不能触发?
aspx文件中,该控件的runat="server"
还在吗?
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true">
</asp:DropDownList>
设置AutoPostBack属性。
要设置AutoPostBack=true 属性