<asp:ListBox ID="list1" runat="server" Height="200" Style=" margin: 0" OnSelectedIndexChanged="list1_SelectedIndexChanged">
<asp:ListItem Selected="True" Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
<asp:ListItem Value="4">4</asp:ListItem>
</asp:ListBox>
我在 updatePanel 中有列表框
但是当我选择某些东西时它不会触发事件是什么做错了?