数据库连接问题
异常详细信息: System.Data.SqlClient.SqlException: 对象名 'department' 无效。堆栈跟踪:
[SqlException: 对象名 'department' 无效。]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
System.Data.SqlClient.SqlCommand.ExecuteReader()
department.WebForm1.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\department\webform1.aspx.cs:30
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
--------------------编程问答-------------------- 帮你顶一下 --------------------编程问答-------------------- 你把你的源码拿出来,帮你看看
--------------------编程问答-------------------- department这个未定义吧 --------------------编程问答-------------------- 'department' 这个什么东西?表?存储过程?还是什么?你的数据库内不存在此对象
补充:.NET技术 , ASP.NET