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.
我有一个带有 javascript 自动填充文本框的 aspx 页面。我将所有内容加载到隐藏字段中,并将其加载到 jquery document.load 函数中的文本框中。
在这里,我的问题是当我在按钮单击另一个页面时执行 response.redirect 时,我的页面非常慢。我在 iis 中启用了跟踪,并注意到隐藏字段值正在上传到服务器。这是一个巨大的数据,我禁用了该隐藏字段的视图状态,但没有用。
如何在回发之前从表单元素列表中删除此隐藏字段。或者有没有别的办法。
提前致谢。
我相信 jQuery remove 应该为您解决问题:http: //api.jquery.com/remove/