Server Error in '/' Application.

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

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

Source Error:


Line 250:                                        <legend><a href="JobDetails.aspx?id=<%# Eval("jobid")%>"><strong><%# Eval("Title")%></strong></a> <br />
Line 251:                                                <div class="joblistfooter JL_F_L"><img src="img/icon/location-blue.png"> <%# Eval("city") %></div> 
Line 252:                                                <div class="joblistfooter JL_F_L"><img src="img/icon/experience-blue.png"> <%# Eval("Min_Experience")%> - <%# Eval("Max_Experience")%> Years</div> 
Line 253:                                                <div class="joblistfooter JL_F_L"><img src="img/icon/time-blue.png"><%# Eval("PostedDt")%> </div>
Line 254:

Source File: c:\Inetpub\vhosts\alpster.in\httpdocs\Joblist.aspx    Line: 252

Stack Trace:


[HttpException (0x80004005): DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Max_Experience'.]
   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.joblist_aspx.__DataBind__control3(Object sender, EventArgs e) in c:\Inetpub\vhosts\alpster.in\httpdocs\Joblist.aspx:252
   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.ListView.CreateItemsWithoutGroups(ListViewPagedDataSource dataSource, Boolean dataBinding, InsertItemPosition insertPosition, ArrayList keyArray) +826
   System.Web.UI.WebControls.ListView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) +1076
   System.Web.UI.WebControls.ListView.PerformDataBinding(IEnumerable data) +35
   System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +128
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +34
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +143
   System.Web.UI.WebControls.ListView.PerformSelect() +101
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +74
   Joblist.SearchByCompany() in c:\Inetpub\vhosts\alpster.in\httpdocs\Joblist.aspx.cs:667
   Joblist.Page_Load(Object sender, EventArgs e) in c:\Inetpub\vhosts\alpster.in\httpdocs\Joblist.aspx.cs:84
   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