Server Error in '/' Application.

DataBinding: 'System.Char' does not contain a property with the name 'card_img_big'.

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

Source Error:


Line 54:  <ItemTemplate>
Line 55: <div class="bd_img">
Line 56:    <asp:Image ID="Image2" runat="server"  CssClass="bd_img_img"  ImageUrl='<%#Eval("card_img_big") %>' AlternateText='<%#Eval("card_alt") %>' ToolTip='<%#Eval("card_alt") %>' />
Line 57:     </div>
Line 58:     </ItemTemplate>

Source File: c:\inetpub\vhosts\welcomenri.com\httpdocs\Holi\Holi-Greeting-Cards.aspx    Line: 56

Stack Trace:


[HttpException (0x80004005): DataBinding: 'System.Char' does not contain a property with the name 'card_img_big'.]
   System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) +2900106
   System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) +86
   System.Web.UI.DataBinder.Eval(Object container, String expression) +95
   System.Web.UI.TemplateControl.Eval(String expression) +43
   ASP.holi_holi_greeting_cards_aspx.__DataBinding__control3(Object sender, EventArgs e) in c:\inetpub\vhosts\welcomenri.com\httpdocs\Holi\Holi-Greeting-Cards.aspx:56
   System.Web.UI.Control.OnDataBinding(EventArgs e) +84
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +150
   System.Web.UI.Control.DataBind() +17
   System.Web.UI.Control.DataBindChildren() +185
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +160
   System.Web.UI.Control.DataBind() +17
   System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +136
   System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) +647
   System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +64
   System.Web.UI.WebControls.BaseDataList.DataBind() +81
   Holi_Holi_Greeting_Cards.greeting_cards() in c:\inetpub\vhosts\welcomenri.com\httpdocs\Holi\Holi-Greeting-Cards.aspx.cs:165
   Holi_Holi_Greeting_Cards.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\welcomenri.com\httpdocs\Holi\Holi-Greeting-Cards.aspx.cs:33
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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