Server Error in '/' Application.

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

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 'Name'.

Source Error:


Line 138:                    </asp:TemplateColumn>
Line 139:                    <asp:TemplateColumn HeaderText="Title">
Line 140:                        <ItemTemplate><%# DataBinder.Eval(Container.DataItem, "Name") %></ItemTemplate>
Line 141:                    </asp:TemplateColumn>
Line 142:                    <asp:TemplateColumn HeaderText="Final Bid">

Source File: \\fs01\webcontent\wwwroot\auctions.detroitcitysports.com\wwwroot\AuctionResults.aspx    Line: 140

Stack Trace:


[HttpException (0x80004005): DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Name'.]
   System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) +2898854
   System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) +86
   System.Web.UI.DataBinder.Eval(Object container, String expression) +95
   ASP.auctionresults_aspx.__DataBind__control44(Object sender, EventArgs e) in \\fs01\webcontent\wwwroot\auctions.detroitcitysports.com\wwwroot\AuctionResults.aspx:140
   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.Control.DataBindChildren() +185
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +160
   System.Web.UI.Control.DataBind() +17
   System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) +137
   System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource) +1354
   System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +64
   System.Web.UI.WebControls.BaseDataList.DataBind() +81
   AuctionResults.PopulateDataGridForSession() in \\fs01\webcontent\wwwroot\auctions.detroitcitysports.com\wwwroot\AuctionResults.aspx.cs:422
   AuctionResults.Page_Load(Object sender, EventArgs e) in \\fs01\webcontent\wwwroot\auctions.detroitcitysports.com\wwwroot\AuctionResults.aspx.cs:186
   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.4057.0