首页上一页 1 下一页尾页 1 条记录 1/1页
<全程实录2版>第一章后台显示问题
发表在ASP.NET图书答疑
2011-01-30
是否精华
是
否
版块置顶:
是
否
后台部分登陆进去不显示中间的数据记录,是空白的,但是录像上就有的。
于是我把BackGround\Default.aspx中的
<iframe id="iframe1" name="mainFrame" style="width: 802px; height: 596px" frameborder="0" >
</iframe>
改了下,加上了src="CheckInfo.aspx"
<iframe id="iframe1" name="mainFrame" style="width: 802px; height: 596px" frameborder="0" src="CheckInfo.aspx">
</iframe>
于是。。。。
出现:
未将对象引用设置到对象的实例。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。
源错误:
行 21: if (!IsPostBack)
行 22: {
行 23: infoType = Request.QueryString["id"].ToString();
行 24: GridViewBind(infoType);
行 25: }
源文件: d:\SIS\BackGround\CheckInfo.aspx.cs 行: 23
堆栈跟踪:
[NullReferenceException: 未将对象引用设置到对象的实例。]
BackGround_CheckInfo.Page_Load(Object sender, EventArgs e) in d:\SIS\BackGround\CheckInfo.aspx.cs:23
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
System.Web.UI.Control.OnLoad(EventArgs e) +80
System.Web.UI.Control.LoadRecursive() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3745
于是我把BackGround\Default.aspx中的
<iframe id="iframe1" name="mainFrame" style="width: 802px; height: 596px" frameborder="0" >
</iframe>
改了下,加上了src="CheckInfo.aspx"
<iframe id="iframe1" name="mainFrame" style="width: 802px; height: 596px" frameborder="0" src="CheckInfo.aspx">
</iframe>
于是。。。。
出现:
未将对象引用设置到对象的实例。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。
源错误:
行 21: if (!IsPostBack)
行 22: {
行 23: infoType = Request.QueryString["id"].ToString();
行 24: GridViewBind(infoType);
行 25: }
源文件: d:\SIS\BackGround\CheckInfo.aspx.cs 行: 23
堆栈跟踪:
[NullReferenceException: 未将对象引用设置到对象的实例。]
BackGround_CheckInfo.Page_Load(Object sender, EventArgs e) in d:\SIS\BackGround\CheckInfo.aspx.cs:23
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
System.Web.UI.Control.OnLoad(EventArgs e) +80
System.Web.UI.Control.LoadRecursive() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3745