<asp:ListBox ID="ListBox1" runat="server"
AutoPostBack="true" OnSelectedIndexChanged ="button_click"
>
<asp:ListItem Selected="true">Item 1</asp:ListItem>
<asp:ListItem >Item 2</asp:ListItem>
</asp:ListBox>
我在.aspx文件中有这段代码 但我需要触发onclick事件,而不是当我只将项目从第1项更改为第2项时,那我该怎么办?没有onclick事件。