ASP.NET 母版页 - IE 中的重新加载闪烁问题

发布于 2024-09-14 12:26:14 字数 89 浏览 4 评论 0 原文

是否有可能/技巧(除了使用 AJAX 更新面板之外)来防止每次用户进行回发时 IE 中的 ASP.NET 母版页重新加载闪烁效果

Is there a possibility/trick (besides the usage of the AJAX update panel) to prevent the ASP.NET master page reload flickering effect in IE) every time the user makes a postback?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜中书 2024-09-21 12:26:14

简短的回答:不。

如果没有 UpdatePanel(或其他一些 AJAX 魔法),每次回发都会从服务器重新加载整个页面。因此出现了闪烁。

Short answer: No.

Without the UpdatePanel (or some other AJAX magic) the entire page is reloaded from the server every postback. Hence the flicker.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文