我正在使用與SPGridView關聯的OOTB SPGridViewPager控件。這在2007年工作得很好,但現在我們已經升級到2010年,嘗試頁面瀏覽數據集時出現以下錯誤;使用SPGridView的分頁錯誤
System.InvalidCastException:無法將類型爲「System.Int32」的對象轉換爲鍵入「System.String」。 Microsoft.SharePoint.WebControls.SPGridView.set_PageIndex(Int32 value)at Microsoft.SharePoint.WebControls.SPGridViewPager.OnClickNext(EventArgs args)at Microsoft.SharePoint.WebControls.SPGridViewPager.RaisePostBackEvent(String eventArgument)at System.Web.UI.Page .RaisePostBackEvent(IPostBackEventHandler sourceControl,字符串eventArgument)在System.Web.UI.Page.ProcessRequestMain(布爾includeStagesBeforeAsyncPoint,布爾includeStagesAfterAsyncPoint
我的代碼仍然是參照版本12 Microsoft.SharePoint程序集,所以我不是很確定是什麼改變了導致這個問題
謝謝男人,這救了我!然而,這是非常愚蠢的錯誤。 – 2015-04-24 11:29:42