Server Error in '/' Application.

name_ru is neither a DataColumn nor a DataRelation for 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: name_ru is neither a DataColumn nor a DataRelation for table .

Source Error:


Line 1298:                else if (Request.QueryString["lang"] == "ru")
Line 1299:                {
Line 1300:                    footer.Append(row["name_ru"]);
Line 1301:                }
Line 1302:                else

Source File: e:\New Web\New Website\Website333\BSUWebsite\BSU\BSUWebSite\MasterPage.master.cs    Line: 1300

Stack Trace:


[ArgumentException: name_ru is neither a DataColumn nor a DataRelation for table .]
   System.Data.DataRowView.get_Item(String property) +2068248
   MasterPage.getFooter() in e:\New Web\New Website\Website333\BSUWebsite\BSU\BSUWebSite\MasterPage.master.cs:1300
   MasterPage.Page_Load(Object sender, EventArgs e) in e:\New Web\New Website\Website333\BSUWebsite\BSU\BSUWebSite\MasterPage.master.cs:38
   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