Is there a way to stop the flicker on a postback?
Printable View
Is there a way to stop the flicker on a postback?
The flicker is the browser showing a whole new web page. When you post back, you are just posting values to the server. The server then runs your code, then renders out new html to the client.
Some people have luck with this:
http://www.dotnetjunkies.com/Article...3E3EF850D.dcik
although, I never had. Weird things happened when I used it, so I no longer use it....