</asp:DropDownList>问题
</asp:DropDownList>代码如下<formid="form1"runat="server"><div><asp:DropDownListID="DropDo...
</asp:DropDownList> 代码如下 <form id="form1" runat="server">
<div>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True"
onselectedindexchanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem>boy</asp:ListItem>
<asp:ListItem>girl</asp:ListItem>
</asp:DropDownList>
</div>
</form> 后台protected void MyDropDownListSex_SelectedIndexChanged(object sender, EventArgs e)
{
Response.Write(boy); Response.Write(girl);
} 我要选择girl就打印girl 选择BOY就打印BOY 展开
<div>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True"
onselectedindexchanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem>boy</asp:ListItem>
<asp:ListItem>girl</asp:ListItem>
</asp:DropDownList>
</div>
</form> 后台protected void MyDropDownListSex_SelectedIndexChanged(object sender, EventArgs e)
{
Response.Write(boy); Response.Write(girl);
} 我要选择girl就打印girl 选择BOY就打印BOY 展开
2个回答
2013-12-13
展开全部
if (this.DropDownList1.SelectedIndex == 1)
{
Response.Write(boy);
}else{Response.Write(girl);}//在他的事件中默认选择是1 是1的时候就说明选择到了boy了 girl是2 这个是最简单的写法
{
Response.Write(boy);
}else{Response.Write(girl);}//在他的事件中默认选择是1 是1的时候就说明选择到了boy了 girl是2 这个是最简单的写法
Storm代理
2023-08-29 广告
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I...
点击进入详情页
本回答由Storm代理提供
2013-12-13
展开全部
if (mysousuo.SelectedIndex == 0){Response.Write(boy);} if (mysousuo.SelectedIndex == 1){Response.Write(girl);}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询