Server Error in '/' Application.

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

Source Error:


Line 43:         if (dt.Rows.Count > 0)
Line 44:         {
Line 45:             ltname.Text = vname = dt.Rows[0]["vtitle"].ToString();
Line 46:             iid = Convert.ToInt32(dt.Rows[0]["iid"]);
Line 47:             roadlink(dt.Rows[0]["icid"].ToString());

Source File: c:\Hosting\ducthienoto.com\wwwroot\home\products\util\default\u_products_detail.ascx.cs    Line: 45

Stack Trace:


[ArgumentException: Column 'vtitle' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +7107668
   System.Data.DataRow.get_Item(String columnName) +17
   home_products_default_u_products_detail.Page_Load(Object sender, EventArgs e) in c:\Hosting\ducthienoto.com\wwwroot\home\products\util\default\u_products_detail.ascx.cs:45
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   System.Web.UI.Control.LoadRecursive() +162
   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.4081.0