Server Error in '/' Application.

Cannot find column [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.Data.EvaluateException: Cannot find column [Name].

Source Error:


Line 85:         else
Line 86:         {
Line 87:             dv = new DataView(ds.Tables[0], "Name Like '"+ str +"%'", "", DataViewRowState.CurrentRows);
Line 88:         }
Line 89:         dlMore.DataSource = dv;

Source File: g:\pleskvhosts\andhraboxoffice.com\httpdocs\More.aspx.cs    Line: 87

Stack Trace:


[EvaluateException: Cannot find column [Name].]
   System.Data.NameNode.Bind(DataTable table, List`1 list) +1186225
   System.Data.BinaryNode.Bind(DataTable table, List`1 list) +31
   System.Data.DataExpression.Bind(DataTable table) +59
   System.Data.DataExpression..ctor(DataTable table, String expression, Type type) +4884159
   System.Data.DataView..ctor(DataTable table, String RowFilter, String Sort, DataViewRowState RowState) +392
   More.MoreDet() in g:\pleskvhosts\andhraboxoffice.com\httpdocs\More.aspx.cs:87
   More.Page_Load(Object sender, EventArgs e) in g:\pleskvhosts\andhraboxoffice.com\httpdocs\More.aspx.cs:66
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062