screen flickering

  • Thread starter Thread starter Rock
  • Start date Start date
R

Rock

There used to be a way to stop the screen from doing that flicker when the
page changes, does anyone know how to do that in asp.net?
 
It's caused by the post-back. No way to get around it if you want to use
Server controls.

To avoid flicker, everything has to be done with client-side code.

Jeff
 
Back
Top