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.
我在页面上的 gridview 中使用视图状态和许多控件。
我还增加了 maxhttpcollection 键,但服务器上仍然存在错误。
您可以在此处找到答案:回发期间出现“由于对象的当前状态导致操作无效”错误
将以下内容添加到 web.config 中的应用设置
<appSettings> <add key="aspnet:MaxHttpCollectionKeys" value="2001" /> </appSettings>