Unhandled Execution Error
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: ConSever.Con_Exceptin
Source Error:
Line 30: {
Line 31:
Line 32: DataTable dt = Connect_S.ExecuteStoredProcedure("select_Faculty_Id", new string[] { "Id", strID }).Tables[0];
Line 33: strTH = dt.Rows[0]["NameTh"].ToString();
Line 34: strEN = dt.Rows[0]["NameEn"].ToString();
Source File: d:webspace
su.netdesignhost.comhttpdocsfaculty.aspx.cs Line: 32
Stack Trace:
[Con_Exceptin]
ConSever.Connect_S.ExecuteStoredProcedure(String storedProcedureName, String[] param) in D:wwwrootDekDernConSeverConnect_S.cs:62
faculty.getdata() in d:webspace
su.netdesignhost.comhttpdocsfaculty.aspx.cs:32
faculty.Page_Load(Object sender, EventArgs e) in d:webspace
su.netdesignhost.comhttpdocsfaculty.aspx.cs:27
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1025