Server Error in '/' Application.

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

Source Error:


Line 16:         da.Fill(dt);
Line 17: 
Line 18:         title = dt.Rows[0]["sayfaAdiENG"].ToString();
Line 19: 
Line 20: 

Source File: c:\inetpub\vhosts\cayeks.com\httpdocs\detail.aspx.cs    Line: 18

Stack Trace:


[ArgumentException: Column 'sayfaAdiENG' does not belong to table .]
   System.Data.DataRow.GetDataColumn(String columnName) +7101396
   System.Data.DataRow.get_Item(String columnName) +17
   _detail.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\cayeks.com\httpdocs\detail.aspx.cs:18
   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