Troy Mitchel
Troy Mitchel

Reputation: 1810

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?

Upvotes: 0

Views: 3199

Answers (1)

Troy Mitchel
Troy Mitchel

Reputation: 1810

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

Upvotes: 1

Related Questions