Win窗体控件 C# Label1错误
Default.aspx<htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title>无标题页...
Default.aspx
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:RadioButton ID="RadioButton1" runat="server" GroupName ="choose" Text ="Choose1" />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName ="choose" Text ="Choose2" />
</div>
</form>
</body>
</html>
Default.aspx.cs
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
namespace WebApplication4
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void RadioButton1_CheckedChanged(object sender, EventArgs e)
{
Label1.Text = "第一个被选中";
}
protected void RadioButton2_CheckedChanged(object sender, EventArgs e)
{
Label1.Text = "第二个被选中";
}
}
}
错误 当前上下文中不存在名称“Label1”
修改成这样可以没有错误,但不明白Label的作用,和Label用法
<asp:Label ID="Label1" runat="server" Text="Label">
<asp:RadioButton ID="RadioButton1" runat="server" GroupName ="choose" Text ="Choose1" />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName ="choose" Text ="Choose2" />
</asp:Label> 展开
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:RadioButton ID="RadioButton1" runat="server" GroupName ="choose" Text ="Choose1" />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName ="choose" Text ="Choose2" />
</div>
</form>
</body>
</html>
Default.aspx.cs
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
namespace WebApplication4
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void RadioButton1_CheckedChanged(object sender, EventArgs e)
{
Label1.Text = "第一个被选中";
}
protected void RadioButton2_CheckedChanged(object sender, EventArgs e)
{
Label1.Text = "第二个被选中";
}
}
}
错误 当前上下文中不存在名称“Label1”
修改成这样可以没有错误,但不明白Label的作用,和Label用法
<asp:Label ID="Label1" runat="server" Text="Label">
<asp:RadioButton ID="RadioButton1" runat="server" GroupName ="choose" Text ="Choose1" />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName ="choose" Text ="Choose2" />
</asp:Label> 展开
3个回答
展开全部
Label就是一个简单的控件,就是用显示信息用的。你的出错就是因为你根本没有定义就在后台代码里使用,要先定义再使用。
<asp:Label ID="Label1" runat = "server" Text="Label"></Label>
<asp:RadioButton ID="RadioButton1" runat="server" GroupName ="choose" Text ="Choose1" />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName ="choose" Text ="Choose2" />
<asp:Label ID="Label1" runat = "server" Text="Label"></Label>
<asp:RadioButton ID="RadioButton1" runat="server" GroupName ="choose" Text ="Choose1" />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName ="choose" Text ="Choose2" />
微测检测5.10
2023-05-10 广告
2023-05-10 广告
您好!建议咨 深圳市微测检测有限公司,已建立起十余个专业实验室,企业通过微测检测就可以获得一站式的测试与认 证解决方案;(EMC、RF、MFi、BQB、QI、USB、安全、锂电池、快充、汽车电子EMC、汽车手机互 联、语音通话质量),认证遇...
点击进入详情页
本回答由微测检测5.10提供
展开全部
就是个标签,能够提示你发生了什么的控件,应该是最简单最常用的一个控件了。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
经过服务器翻译后就是个span标签!
用法吗,跟winform的差不多了
现实一些提示信息、结果什么的
用法吗,跟winform的差不多了
现实一些提示信息、结果什么的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询