Exception: System.ArgumentExceptionMessage: 回發或回調參數無效。在配置中使用 <pages enableEventValidation="true"/> 或在頁面中使用 <%@ Page EnableEventValidation="true" %> 啟用了事件驗證。出于安全目的,此功能驗證回發或回調事件的參數是否來源于最初呈現這些事件的服務器控件。如果數據有效并且是預期的,則使用 ClientScriptManager.RegisterForEventValidation 方法來注冊回發或回調數據以進行驗證。Source: System.Web 在 System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) 在 System.Web.UI.WebControls.DropDownList.LoadPostData(String postDataKey, NameValueCollection postCollection) 在 System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
提示“回發或回調參數無效”的錯誤!
慕尼黑8549860
2018-10-10 05:06:56