私は通常のドロップダウンリストを持っています:
<asp:DropDownList ID="kindofser" runat="server" AutoPostBack="True"
Height="21px" Width="166px"
onselectedindexchanged="kindofser_SelectedIndexChanged">
<asp:ListItem>שרתי משחק</asp:ListItem>
<asp:ListItem Value="1">rgrgr</asp:ListItem>
<asp:ListItem Value="2">rgreger</asp:ListItem>
</asp:DropDownList>
オプションを変更するたびに SelectedIndexChanged イベントが発生しますが、ページは更新されます。それを止めることはできますか?