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 127:            //LBL_Title2.Text = DT.Rows[0]["Title"].ToString();
Line 128:            LBL_Title3.Text = DT.Rows[0]["Title"].ToString();
Line 129:            LBL_CatID.Text = Functions.RequestSet(DT.Rows[0]["CatID"].ToString());
Line 130:            LBL_CatName.Text = DT.Rows[0]["Name"].ToString();
Line 131:            LBL_Product_Name.Text = DT.Rows[0]["Title"].ToString();

Source File: c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\VeriTiv\CustomPages\Bizko\Product.ascx.cs    Line: 129

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
   AllSites_Polo_ascx_Product.LoadData(Int32 ProductID) in c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\VeriTiv\CustomPages\Bizko\Product.ascx.cs:129
   AllSites_Polo_ascx_Product.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\VeriTiv\CustomPages\Bizko\Product.ascx.cs:39
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   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