Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an asp.net chart which when i update via code behind, i get an ugly flicker. chart is in update panel but still produces flicker. if anyone can provide or direct me to solution, it would be highly appreciated.

thks
ken
Posted
Comments
ZurdoDev 30-Nov-12 8:17am    
It may be hard to get around that. The chart is just an image so when you are updating it, the one image is removed and replaced with a new image.

1 solution

Use this 2 lines in tag of master page/which page you getting problem

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



it will help to stop flickering page on load,
 
Share this answer
 
Comments
javedsonu 24-Jul-13 2:43am    
not working

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900