Server Error in '/' Application.

DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name 'PERMALINK'.

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.Web.HttpException: DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name 'PERMALINK'.

Source Error:


Line 36:                             <asp:Repeater ID="pollquestions" runat="server">
Line 37:                                 <ItemTemplate>
Line 38:                                     <a href="<%#DataBinder.Eval(Container, "DataItem.PLLXCODE")%>-<%#DataBinder.Eval(Container, "DataItem.PERMALINK")%>.aspx"><%#DataBinder.Eval(Container, "DataItem.PLLXHEAD")%></a>
Line 39:                                 </ItemTemplate>
Line 40:                             </asp:Repeater>

Source File: G:\PleskVhosts\maxerp.org\jagonews\poll\default.aspx    Line: 38

Stack Trace:


[HttpException (0x80004005): DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name 'PERMALINK'.]
   System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) +3950422
   System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) +95
   ASP.poll_default_aspx.__DataBind__control11(Object sender, EventArgs e) in G:\PleskVhosts\maxerp.org\jagonews\poll\default.aspx:38
   System.Web.UI.Control.OnDataBinding(EventArgs e) +100
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +178
   System.Web.UI.Control.DataBindChildren() +248
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +195
   System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +174
   System.Web.UI.WebControls.Repeater.AddDataItemsIntoItemsArray(IEnumerable dataSource, Boolean useDataSource) +291
   System.Web.UI.WebControls.Repeater.PostGetDataAction(IEnumerable dataSource) +109
   System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +81
   _default.GETPOLLQUESTIONS() in G:\PleskVhosts\maxerp.org\jagonews\poll\default.aspx.vb:22
   _default.Page_Load(Object sender, EventArgs e) in G:\PleskVhosts\maxerp.org\jagonews\poll\default.aspx.vb:13
   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.4700.0