IE Flashing

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

With DotNet Web 2005 using VB: (still new to this)

I've noticed that when my code runs in Firefox, page postbacks appear "smooth" - you can only tell that a postback has occurred by
either seeing it on the status bar or seeing something on the page that I've altered programatically. When this same code is run
over IE6, the windows have a very annoying "flash."

Can anyone tell me what is going on and whether there is something I can do about this?

Jeff
 
Hello Jeff,

This is normal IE behaviour. IE clears the canvas so to speak before painting
the new page.

You might look into AJAX (a la Atlas).

-Boo
 
Back
Top