IE causes a very unattractive flash or flicker when the page posts back. Without using an UpdatePanel, how can I reduce or remove it?
Most solutions suggest using page transitions like so:
<meta content='BlendTrans(Duration=0.1)' http-equiv='Page-Exit' />
We have been using this with success for a couple of years, but it’s broken in IE8 Beta 2.
I think I have found the solution. It works in IE6, 7, and 8b2.
That will stop the flickering.