Server Error in '/' Application.

Column 'Address_e' does not belong to 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 'Address_e' does not belong to table .

Source Error:


Line 160:            if (tb.Rows.Count > 0)
Line 161:            {
Line 162:                OrgAddress.InnerText = tb.Rows[0]["Address_" + lang].ToString();
Line 163:                OrgTitle.InnerText = tb.Rows[0][lang + "_Name"].ToString();
Line 164:             //   Page.Title = OrgTitle.InnerText.ToString();

Source File: g:\ArcSite\ARCNew\InstsLabs\InstsLabsPage1.master.cs    Line: 162

Stack Trace:


[ArgumentException: Column 'Address_e' does not belong to table .]
   System.Data.DataRow.GetDataColumn(String columnName) +7079556
   System.Data.DataRow.get_Item(String columnName) +17
   InstsLabs_InstsLabsPage.Page_Load(Object sender, EventArgs e) in g:\ArcSite\ARCNew\InstsLabs\InstsLabsPage1.master.cs:162
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


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