Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページのグリッドビューでビューステートと多くのコントロールを使用しています。
maxhttpcollection キーも増やしましたが、サーバーにまだエラーがあります。
ここに答えがあります:ポストバック中の「オブジェクトの現在の状態のため、操作は無効です」エラー
web.config のアプリ設定に次を追加します。
<appSettings> <add key="aspnet:MaxHttpCollectionKeys" value="2001" /> </appSettings>