リピーターを使用していますが、ボタンをクリックした後にこのエラーが発生します (コマンドを使用)
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
いくつかの調査を行ったところ、EnableViewState="false" を設定する必要があることを読みましたが、機能しませんでした。\
また、web.configファイルで試してみましたが、うまくいきませんでした。
updatepanel も使用: 同じ問題。
この種のエラーは何ですか?以前の ASP プロジェクトでは、設定を変更しなくても問題なく動作しました。
誰でも私を助けることができますか?