首页上一页 1 下一页尾页 2 条记录 1/1页
ASP.NET项目开发案例全程实录,第七章,在线考试网项目,如果考试时间大于20分钟,提交就会报错。如何解决?请帮忙提供具体代码,非常感谢!
发表在ASP.NET图书答疑
2012-04-26
是否精华
是
否
版块置顶:
是
否
“/NE”应用程序中的服务器错误。
--------------------------------------------------------------------------------
未将对象引用设置到对象的实例。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。
源错误:
行 37: //{
行 38: Label3.Visible = Label4.Visible = Label7.Visible = Label8.Visible = Label9.Visible = Label10.Visible = true;
行 39: this.lblStuID.Text = Session["StuName"].ToString();
行 40: this.lblSubject.Text = Session["SelLession"].ToString();
行 41: this.lblQuestion.Text = Session["SelTitle"].ToString();
源文件: d:\NE\QianUser\StartExamfra.aspx.cs 行: 39
堆栈跟踪:
[NullReferenceException: 未将对象引用设置到对象的实例。]
QianUser_StartExamfra.btnSubmit_Click(Object sender, EventArgs e) in d:\NE\QianUser\StartExamfra.aspx.cs:39
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
--------------------------------------------------------------------------------
未将对象引用设置到对象的实例。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。
源错误:
行 37: //{
行 38: Label3.Visible = Label4.Visible = Label7.Visible = Label8.Visible = Label9.Visible = Label10.Visible = true;
行 39: this.lblStuID.Text = Session["StuName"].ToString();
行 40: this.lblSubject.Text = Session["SelLession"].ToString();
行 41: this.lblQuestion.Text = Session["SelTitle"].ToString();
源文件: d:\NE\QianUser\StartExamfra.aspx.cs 行: 39
堆栈跟踪:
[NullReferenceException: 未将对象引用设置到对象的实例。]
QianUser_StartExamfra.btnSubmit_Click(Object sender, EventArgs e) in d:\NE\QianUser\StartExamfra.aspx.cs:39
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint