Server Error in '/' Application.

Column 'name_en' does not belong to table Table.

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.ArgumentException: Column 'name_en' does not belong to table Table.

Source Error:


Line 50:                         else
Line 51:                         {
Line 52:                             lblPersonName.Text = this.Title = _cls_behery_Utilities.DS1.Tables[0].Rows[0]["name_en"].ToString();
Line 53:                             lblDegree.Text = _cls_behery_Utilities.DS1.Tables[0].Rows[0]["CurrentJob"].ToString();
Line 54:                             lblDepartment.Text = _cls_behery_Utilities.DS1.Tables[0].Rows[0]["DETAILEDEn"].ToString();

Source File: d:\elbehery\FacultyPortal\FacultyPortal\faculty\person_details.aspx.cs    Line: 52

Stack Trace:


[ArgumentException: Column 'name_en' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +7107428
   System.Data.DataRow.get_Item(String columnName) +17
   FacultyPortal.faculty.person_details.LoadData() in d:\elbehery\FacultyPortal\FacultyPortal\faculty\person_details.aspx.cs:52
   FacultyPortal.faculty.person_details.Page_Load(Object sender, EventArgs e) in d:\elbehery\FacultyPortal\FacultyPortal\faculty\person_details.aspx.cs:28
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3930.0