首页上一页 1 下一页尾页 1 条记录 1/1页
system.null.reference exception未将对象引用设置到对象的实例
发表在ASP.NET图书答疑
2010-05-28
是否精华
是
否
版块置顶:
是
否
老师:您好!
在《ASP.NET从入门到精通》一书中,第六章:母版页中有一label控件,它的代码是: Label1.Text = DateTime.Today.Year + "年" + DateTime.Today.Month + "月" + DateTime.Today.Day + "日";添加一内容页,它的主要的代码是:protected void Page_LoadComplete(object sender, EventArgs e)
{
Label MLable1 = (Label)this.Master.FindControl(" Label1");
this.Label2.Text = MLable1.Text;
}(跟视频光盘里的代码一致)希望实现从母版页将日期传到内容页。
为什么总是运行不通,提示错误信息:system.null.reference exception未将对象引用设置到对象的实例
谢谢! 2010.5.28
在《ASP.NET从入门到精通》一书中,第六章:母版页中有一label控件,它的代码是: Label1.Text = DateTime.Today.Year + "年" + DateTime.Today.Month + "月" + DateTime.Today.Day + "日";添加一内容页,它的主要的代码是:protected void Page_LoadComplete(object sender, EventArgs e)
{
Label MLable1 = (Label)this.Master.FindControl(" Label1");
this.Label2.Text = MLable1.Text;
}(跟视频光盘里的代码一致)希望实现从母版页将日期传到内容页。
为什么总是运行不通,提示错误信息:system.null.reference exception未将对象引用设置到对象的实例
谢谢! 2010.5.28