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.
调用事件处理程序时,在使用 https 的页面上出现此错误。例如选择一行数据。
数据位于 Infragistics UltraWebGrid 中。
请指教。
Http 413 是“请求条目太大”。您选择的数据行有多大?另外,我会查看 fiddler 和 firebug 之类的工具,以了解客户端的 http 请求有多大,并了解您可以做些什么来减少返回服务器的信息的大小。如果您有很多没有分页的记录,在您的数据网格上实现分页(如果您还没有)可能会对此有所帮助。