如何避免在asp.net应用程序中闪烁 [英] How to avoid Flickering in asp.net application

查看:101
本文介绍了如何避免在asp.net应用程序中闪烁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的asp.net应用程序中,在调用每个事件后,页面得到回发,因此变得闪烁。我想避免这种闪烁。我使用了更新面板,但使用更新面板,它会产生一些其他问题。

有没有其他方法可以避免这种闪烁?

In my asp.net application, after calling each event, page get post back and hence get flickered. I want to avoid this flickering. I have used update panel, but using update panel, it create some other problems.
Is there any other way to avoid this flickering ?

推荐答案

您必须在代码中使用AJAX控件来减少闪烁。 />
UpdatePanel [ ^ ]可以帮助减少屏幕上的闪烁。



但是,由于显而易见的原因,不能彻底根除邮寄。
You have to use AJAX controls in your code to reduce flickering.
The UpdatePanel[^] can help reduce flicker on the screen.

Post backs can, however, not be completely eradicated for obvious reasons.


这篇关于如何避免在asp.net应用程序中闪烁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆