Click here to Skip to main content
Sign Up to vote bad
good
See more: C#ASP.NETCSSHTML
Good day
 
I have create an ASP.net website with a menu. These menu contains links to the Home, Application and contact us page.
 
The problem that I have is, that the screen goes white for a millisecond when I click on anyone of these links on the menu.
 
I have tried to use meta tags and place then in the head section. But it did not work.
 
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.0)" />
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.0)" />
 

I have read the following articles, and all of them recommend to use AJAX.
 
http://stackoverflow.com/questions/4811132/web-design-when-switching-pages-how-do-you-prevent-the-screen-from-flashing-w[^]
 
http://forums.asp.net/t/1616475.aspx/1[^]
 
http://bytes.com/topic/net/answers/784825-screen-flicker-asp-net[^]
 
Any suggestions?
 
Thanks
Posted 19 Jun '12 - 6:16
JacoBosch1.3K
Edited 19 Jun '12 - 6:17

Comments
Shelby Robertson - 19 Jun '12 - 13:00
Use AJAX

1 solution

Try using the attribute of the Page tag called MaintainScrollPositionOnPostBack set it to True.
 
The old and deprecated feature was called SmartNavigation and MaintainScrollPositionOnPostBack replaces it. With SmartNavigation there was less flicker with IE 5.5 and above.
 
If you need to make all the pages with the same attribute you can add it to the web.config file.
 
<system.web>
    <pages maintainscrollpositiononpostback="true" />
</system.web>
  Permalink  
Comments
JacoBosch - 19 Jun '12 - 13:17
Thanks Panka Nikam. It works 100% for all the pages. :-)
Pankaj Nikam - 19 Jun '12 - 13:31
:) Glad to be of help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 414
1 Arun Vasu 253
2 OriginalGriff 190
3 CPallini 163
4 Aarti Meswania 158
0 Sergey Alexandrovich Kryukov 10,169
1 OriginalGriff 7,749
2 CPallini 4,181
3 Rohan Leuva 3,482
4 Maciej Los 3,089


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 19 Jun 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid