<asp:dropDownList >的问题

<asp:DropDownList ID="ddl1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="dd">
<asp:ListItem>性别</asp:ListItem>
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList>
选择值后,页面总是刷新一次,怎么才能不让其刷新呢?

FFIVE
浏览 393回答 1
1回答

猛跑小猪

 AutoPostBack="True"改成 AutoPostBack="False" 不要自动回传 
打开App,查看更多内容
随时随地看视频慕课网APP