在回发上闪烁 [英] Flickering on postback

查看:83
本文介绍了在回发上闪烁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以建议我如何在asp.net上的回发中停止页面闪烁



我正在使用这个元标记,但这似乎不适用于chrome浏览器。



 <   meta     http-equiv   =  Page-Exit    content   =  BlendTrans(持续时间= 0.2)    /  >  
< meta http-equiv = Page-Enter content = BlendTrans(持续时间= 0.2) / >

解决方案

尝试

 <   meta     http-equiv   =  Page-Enter    content   =  Alpha(不透明度= 100) >  


< blockquote>请参考这些链接,希望这些有用。



http://stackoverflow.com/questions/363096/how-do-i-reduce-the-flicker-in-ie-on-postback [ ^ ]



http://forums.asp.net/t/1443681.aspx?ASP+NET+Avoid+Flickering+Of+Master+Page+And+内容+页面 [ ^ ]


Can anyone suggest me how to stop page flickering on postback in asp.net

I am using this meta tag but this seems not to be working in chrome browser.

<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0.2)" />
   <meta http-equiv="Page-Enter" content="BlendTrans(Duration=0.2)" />

解决方案

Try

<meta http-equiv="Page-Enter" content="Alpha(opacity=100)">


hi, please ref these links, hope these will help.

http://stackoverflow.com/questions/363096/how-do-i-reduce-the-flicker-in-ie-on-postback[^]

http://forums.asp.net/t/1443681.aspx?ASP+NET+Avoid+Flickering+Of+Master+Page+And+Content+Page[^]


这篇关于在回发上闪烁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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