C#.net中后台无法控制 RadioButton(单选) 选中问题
这个问题困扰我两天了,我就是不明白为什么后台选不中第一个,在网上没找到答案前台:<formid="form1"runat="server">活动类别<asp:RadioB...
这个问题困扰我两天了,我就是不明白为什么后台选不中第一个,在网上没找到答案
前台:
<form id="form1" runat="server">
活动类别 <asp:RadioButton ID="op1" GroupName="op" runat="server" Text=" 选项一" />
<asp:RadioButton ID="op2" GroupName="op" runat="server" Text=" 先项二" Checked="true" />
<br />
<asp:Button ID="Button" runat="server" style="margin-left: 0px" Text="选择"
Width="80px" onclick="Button1_Click" />
</form>
后台:
protected void Button1_Click(object sender, EventArgs e)
{
this.op1.Checked = true;
} 展开
前台:
<form id="form1" runat="server">
活动类别 <asp:RadioButton ID="op1" GroupName="op" runat="server" Text=" 选项一" />
<asp:RadioButton ID="op2" GroupName="op" runat="server" Text=" 先项二" Checked="true" />
<br />
<asp:Button ID="Button" runat="server" style="margin-left: 0px" Text="选择"
Width="80px" onclick="Button1_Click" />
</form>
后台:
protected void Button1_Click(object sender, EventArgs e)
{
this.op1.Checked = true;
} 展开
2个回答
2013-10-27 · 知道合伙人互联网行家
zhuxinjun1982
知道合伙人互联网行家
向TA提问 私信TA
知道合伙人互联网行家
采纳数:2145
获赞数:8329
毕业于上海行健职业学院,大专学历;2007~2009在北大青鸟进修网络编程课目。现任网络主管,平时爱好上网。
向TA提问 私信TA
关注
展开全部
单击事件中者搭改成哪源如首缓拿下即可
protected void Button1_Click(object sender, EventArgs e)
{
this.op1.Checked = true;
this.op2.Checked = false;
}
追问
谢谢
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询