易截截图软件、单文件、免安装、纯绿色、仅160KB

asp.net 网站运行时错误

很急的问题,在我本机上运行(ASP.NET网站)没有任何问题,放到远程服务器上就出现了如下错误:
Server Error in '/' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 33:                User user = mu.M_SelectUserByID(id);
Line 34:                this.lblID.Text = id.ToString();
Line 35:                this.lblTel.Text = user.QB_TEL.ToString();
Line 36:                this.lblState.Text = user.QB_STATE.ToString();
Line 37:                this.lblNum.Text = user.QB_NUM.ToString();


Source File: d:\suntek\jxtweb\User\ShowUser.aspx.cs    Line: 35

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
  User_ShowUser.Page_Load(O


相关问答:

asp升级到asp.net,好多结构都不知道如何转换

asp下面,当要根据不同的权限显示一些功能按钮的话会写成
<%
if 权限=1 then
%>
<input type="submit" name="Submit" value="提交" />
<%
end i ......

asp.net 线程的问题? - .NET技术 / ASP.NET

前段时间碰到一道面试题如下:
test.aspx页面有如下代码:
 Response.Write(Test.GetDate());
Test类如下:
public class Test
{
  static string dt="";
  public static s ......

帮忙推荐一本ASP.NET的书,谢谢!

比较好的学习asp.net的书推荐一下吧,谢谢~~~
書的話等高人推薦, 我認為多上上www.asp.net對你幫助挺大, 那里有很多視頻, 如果是新手的話, 視& ......

关于ASP.net(vb)播放监控录像的问题

我有厂家做的ASP的监控录像(DVR)的局域网播放的源程序与控件,想要用ASP.net做一个视频回放的程序(利用他的控件)但不知如下去做,望各位指点。
先搞清楚他们的控件是怎么用的,
然后就直接用好了.
不过,如 ......

ASP.NET 初始事件的问题

现在想一个事件来执行一个函数

这个事件是在每个用户访问网站时就会触发,但是在当前访问只能触发一次


我就是想做一个在线人数,当访问这个站时就触发,以后就不在触发了

除非关闭网站后,在打开 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号