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 136:            //LBL_Title2.Text = DT.Rows[0]["Title"].ToString();
Line 137:            LBL_Title3.Text = DT.Rows[0]["Title"].ToString();
Line 138:            LBL_CatID.Text = Functions.RequestSet(DT.Rows[0]["CatID"].ToString());
Line 139:            LBL_CatName.Text = DT.Rows[0]["Name"].ToString();
Line 140:            LBL_Product_Name.Text = DT.Rows[0]["Title"].ToString();

Source File: c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\entertainment03\Product.aspx.cs    Line: 138

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_Joo_Product.LoadData(Int32 ProductID) in c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\entertainment03\Product.aspx.cs:138
   AllSites_Joo_Product.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\entertainment03\Product.aspx.cs:38
   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