Server Error in '/' Application.

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

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

Source Error:


Line 45:                                 </a>
Line 46:                                 <p class="details">
Line 47:                                     <%# Eval("Nev") %><br />
Line 48:                                     <%# Eval("Meret") %>
Line 49:                                 </p>

Source File: d:\sites\web_607841569211773411881568\www\ArtIllust.aspx    Line: 47

Stack Trace:


[HttpException (0x80004005): DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Nev'.]
   System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) +2963169
   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.artillust_aspx.__DataBind__control5(Object sender, EventArgs e) in d:\sites\web_607841569211773411881568\www\ArtIllust.aspx:47
   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.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +138
   System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) +659
   System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +65
   System.Web.UI.WebControls.BaseDataList.DataBind() +84
   WebApplication.ArtIllust.Page_Load(Object sender, EventArgs e) in U:\Docs\Kovács Erzsi\Solution\ArtIllust.aspx.cs:48
   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.4700.0