aspx ページで UpdatePanel を使用し、onselectedindexchanged
メソッドで DropDownList を使用します。
初めて実行するonselectedindexchanged
と、メソッドが機能します。しかし、もう一度選択を変更すると、そのようなエラーが返されます。
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: このページの状態情報が無効であり、破損している可能性があります。
<asp:ScriptManager ID="ScriptManager1" runat="server" EnableViewState="False" EnableScriptGlobalization="true" >
</asp:ScriptManager>
<%@ Page Title="" Language="C#" AutoEventWireup="true"
EnableEventValidation="false" ... %>
EnablePartialRendering="false"
注: 部分レンダリングを行う必要があるため、ScriptManagerに追加できません。
どうすればこの問題を解決できますか?