Server Error in '/' Application.

DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'image_small'.

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.DataRowView' does not contain a property with the name 'image_small'.

Source Error:


Line 838:                                <li class="clearfix">
Line 839:                                    <asp:HyperLink ID="hlnkWPTitle" runat="server" CssClass="image-wrapper image-box img-thumbnail" Target='<%# SetTarget(Eval("external_link"))%>' rel='<%# SetNoFollow(Eval("external_link")) %>' NavigateUrl='<%# CreateWPUrl(Eval("wp_id"),Eval("title"),Eval("wp_url"),Eval("external_link")) %>'>
Line 840:                                              <img class="imageload4" src="https://cdn.gophotonics.com/images/gray_70.jpg" data-original='<%# Eval("image_small").ToString().Length>0?Eval("image_small"): (Eval("manu_logo").ToString().Length>0?Eval("manu_logo"):"https://cdn.gophotonics.com/images/gray_70.jpg")%>' alt="Whitepaper Image" style="">
Line 841:                                    </asp:HyperLink>
Line 842:

Source File: c:\inetpub\wwwroot\gophotonics\mobile-hp.aspx    Line: 840

Stack Trace:


[HttpException (0x80004005): DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'image_small'.]
   System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) +2963309
   System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) +89
   System.Web.UI.DataBinder.Eval(Object container, String expression) +99
   System.Web.UI.TemplateControl.Eval(String expression) +46
   ASP.mobile_hp_aspx.__DataBind__control38(Object sender, EventArgs e) in c:\inetpub\wwwroot\gophotonics\mobile-hp.aspx:840
   System.Web.UI.Control.OnDataBinding(EventArgs e) +86
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +154
   System.Web.UI.Control.DataBind() +17
   System.Web.UI.Control.DataBindChildren() +187
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +164
   System.Web.UI.Control.DataBind() +17
   System.Web.UI.Control.DataBindChildren() +187
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +164
   System.Web.UI.Control.DataBind() +17
   System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +128
   System.Web.UI.WebControls.Repeater.AddDataItemsIntoItemsArray(IEnumerable dataSource, Boolean useDataSource) +220
   System.Web.UI.WebControls.Repeater.PostGetDataAction(IEnumerable dataSource) +73
   System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +229
   System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +63
   System.Web.UI.WebControls.Repeater.DataBind() +81
   mobile_hp.PopulateMobileHomepageData() in c:\inetpub\wwwroot\gophotonics\mobile-hp.aspx.cs:123
   mobile_hp.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\gophotonics\mobile-hp.aspx.cs:14
   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.4330.0