asp.net page flickers
        Posted  
        
            by 
                user464111
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user464111
        
        
        
        Published on 2010-12-23T02:09:57Z
        Indexed on 
            2010/12/23
            4:54 UTC
        
        
        Read the original article
        Hit count: 241
        
ASP.NET
I have an asp.net webform. I have the background as an image,that when i aslo have a menu bar, when i click on an icon, it uses response.redirect() to redirect to a new page, but when it loads up the page, it seems like the background image is slow. I can see the backgroud as white first and then split seconds later the background image will load up, this causes an illusion of flickering when it redirects to a new page. How do i solve this problem? When i tested using visual studio web server, it dont flicker. I am using a background image in the master page hosted up on the internet.
© Stack Overflow or respective owner