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