Server Error in '/' Application.

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

Source Error:


Line 182:            {
Line 183:                s += "<a href='" + dt.Rows[i]["vparam4"].ToString() + "' title='adv-left' >";
Line 184:                s += getpic_flash(dt.Rows[i]["vcontent"].ToString().Trim(), dt.Rows[i]["vtitle"].ToString().Trim());
Line 185:
Line 186:                s += "</a>";

Source File: c:\inetpub\vhosts\poolsauna.vn\httpdocs\index.aspx.cs    Line: 184

Stack Trace:


[ArgumentException: Column 'vcontent' does not belong to table Table.]
   System.Data.DataRow.GetDataColumn(String columnName) +3107757
   System.Data.DataRow.get_Item(String columnName) +18
   _Default.loadadv() in c:\inetpub\vhosts\poolsauna.vn\httpdocs\index.aspx.cs:184
   _Default.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\poolsauna.vn\httpdocs\index.aspx.cs:133
   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