小弟 在后期绑定数据源给GridView控件 ,GridView控件在视图中的智能标记中通过编辑列给相关的列进行了设置,并设置了一列可以进行排序的。但在点击该列进行排序时出现错误提示:激发了未处理的事件“Sorting”。如何解决这个问题啊?谢谢!
“/showbaobiao”应用程序中的服务器错误。
--------------------------------------------------------------------------------
GridView“GridView2”激发了未处理的事件“Sorting”。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Web.HttpException: GridView“GridView2”激发了未处理的事件“Sorting”。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[HttpException (0x80004005): GridView“GridView2”激发了未处理的事件“Sorting”。]
System.Web.UI.WebControls.GridView.OnSorting(GridViewSortEventArgs e) +1427611
System.Web.UI.WebControls.GridView.HandleSort(String sortExpression, SortDirection sortDirection) +76
System.Web.UI.WebControls.GridView.HandleSort(String sortExpression) +70
System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +552
System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +199
System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +174
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.210
[此贴子已经被作者于2007-3-19 12:47:01编辑过]