Server Error in '/' Application.

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

Source Error:


Line 783:                    string key = dtt.Rows[i]["kname"].ToString();
Line 784:                    string img = dtt.Rows[i]["iimg"].ToString();
Line 785:                    string kid = dtt.Rows[i]["kid"].ToString();
Line 786:                    string url = "http://asiabudgettoursonline.com/Index.asp" + "?kid=" + kid + "&g=31";
Line 787:                    str.Append("<li>\r\n<div>\r\n");

Source File: d:\web\jd\img-7.com\jd09.aspx.cs    Line: 785

Stack Trace:


[ArgumentException: Column 'kid' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +6033788
   System.Data.DataRow.get_Item(String columnName) +14
   google_action.bindimgs() in d:\web\jd\img-7.com\jd09.aspx.cs:785
   google_action.Page_Load(Object sender, EventArgs e) in d:\web\jd\img-7.com\jd09.aspx.cs:67
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2854


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