Server Error in '/' Application.

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

Source Error:


Line 68:             LBL_Title2.Text = DT.Rows[0]["Title"].ToString();
Line 69:             LBL_Title3.Text = DT.Rows[0]["Title"].ToString();
Line 70:             LBL_CatID.Text = Functions.RequestSet(DT.Rows[0]["CatID"].ToString());
Line 71:             LBL_CatName.Text = DT.Rows[0]["Name"].ToString();
Line 72: 

Source File: c:\inetpub\wwwroot\VeritivSites\WebSites\AllSites\IrisLavie\Product.aspx.cs    Line: 70

Stack Trace:


[ArgumentException: Column 'CatID' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +3107757
   System.Data.DataRow.get_Item(String columnName) +18
   Veritiv_Product.LoadData(Int32 ProductID) in c:\inetpub\wwwroot\VeritivSites\WebSites\AllSites\IrisLavie\Product.aspx.cs:70
   Veritiv_Product.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\VeritivSites\WebSites\AllSites\IrisLavie\Product.aspx.cs:33
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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