Page Flickering Asp.Net Using Master Page Asp.Net
I have masterpage and i am using update panels for all my partial page renderings and panels. When i run this on my local machine the postbacks dont casue flickering but when i run from the host server the开发者_高级运维 whole page flikers on postback. any ideas?
I found this link and it prevents masterpage flickering. the re-load time will remain the same but is much easier on the user's eyes.
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0)">
Source : Prevent Master_Page Flickering
精彩评论