Server Error in '/' Application.

Column 'titolo' does not belong to table galleria.

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 'titolo' does not belong to table galleria.

Source Error:


Line 125:                        corpo.Attributes.Add("class", "testo_rassegna_corpo");
Line 126:                        string dettagli = "";
Line 127:                        dettagli = @"<a href=""../admin/immagini/gallery/allegati/" + ado.daTable.Rows[i]["multimedia"].ToString() + @""" target=""_blank""><img src=""../immagini/pdf.jpg"" class=""img_senza_bordi"" title=""Ouvrez pdf " + ado.daTable.Rows[i]["titolo"].ToString() + @""" alt=""Ouvrez pdf"" /></a>";
Line 128:
Line 129:                        corpo.InnerHtml = dettagli;

Source File: e:\website\monviso.eu\fra\materiali_scaricabili.aspx.cs    Line: 127

Stack Trace:


[ArgumentException: Column 'titolo' does not belong to table galleria.]
   System.Data.DataRow.GetDataColumn(String columnName) +6033788
   System.Data.DataRow.get_Item(String columnName) +14
   materiali_scaricabili.CaricaTabella() in e:\website\monviso.eu\fra\materiali_scaricabili.aspx.cs:127
   materiali_scaricabili.Page_Load(Object sender, EventArgs e) in e:\website\monviso.eu\fra\materiali_scaricabili.aspx.cs:29
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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