Server Error in '/' Application.

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

Source Error:


Line 102:            //LBL_Title1.Text = DT.Rows[0]["Title"].ToString();
Line 103:            LBL_Title2.Text = DT.Rows[0]["Title"].ToString();
Line 104:            LBL_CatID.Text = Functions.RequestSet(DT.Rows[0]["CategoryID"].ToString());
Line 105:            LBL_Description.Text = DT.Rows[0]["Tip"].ToString();
Line 106:

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

Stack Trace:


[ArgumentException: Column 'CategoryID' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +3107757
   System.Data.DataRow.get_Item(String columnName) +18
   AllSites_Polo_ascx_Movie.LoadData(Int32 MovieID) in c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\VeriTiv\CustomPages\Bizko\Movie.ascx.cs:104
   AllSites_Polo_ascx_Movie.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\VeritivWebSites\WebSites\AllSites\VeriTiv\CustomPages\Bizko\Movie.ascx.cs:35
   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