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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top