Server Error in '/' Application.

Column 'Name' does not belong to table Table.

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.ArgumentException: Column 'Name' does not belong to table Table.

Source Error:


Line 229:                              {
Line 230:                            %>
Line 231:                            <a class="inquiry_ico" target="_blank" href="<%="http://www.agronet.com.cn/c/"+company.CompanyID+"/Inquiry.html?title="+EncodingHelper.UrlEncode("关于"+row["Name"]+"的询价",Encoding.UTF8)+"&to="+row["LoginID"]%>">
Line 232:                                留言咨询</a>
Line 233:                            <%

Source File: d:\website\xm.agronet.com.cn\Views\Channel\Product.aspx    Line: 231

Stack Trace:


[ArgumentException: Column 'Name' does not belong to table Table.]
   System.Data.DataRow.get_Item(String columnName) +3109000
   ASP.views_channel_product_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) in d:\website\xm.agronet.com.cn\Views\Channel\Product.aspx:231
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131
   ASP.views_shared_agronet_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in d:\website\xm.agronet.com.cn\Views\Shared\Agronet.Master:19
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246
   System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer) +86
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5290


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