R Rock Nov 5, 2004 #1 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?
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?
J Jeff Dillon Nov 5, 2004 #2 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
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
T Tom Kaminski [MVP] Nov 5, 2004 #3 Rock said: 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? Click to expand... See the reference to SmartNavigation: http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconpage.asp -- Tom Kaminski IIS MVP http://www.microsoft.com/windowsserver2003/community/centers/iis/ http://www.iisfaq.com/ http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS http://www.tryiis.com
Rock said: 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? Click to expand... See the reference to SmartNavigation: http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconpage.asp -- Tom Kaminski IIS MVP http://www.microsoft.com/windowsserver2003/community/centers/iis/ http://www.iisfaq.com/ http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS http://www.tryiis.com
S Steve C. Orr [MVP, MCSD] Nov 6, 2004 #4 Smart Navigation can accomplish the illusion that the page did not refresh, thereby elimiting (or decreasing) the page flash: http://msdn.microsoft.com/library/d...fsystemwebuipageclasssmartnavigationtopic.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconpage.asp
Smart Navigation can accomplish the illusion that the page did not refresh, thereby elimiting (or decreasing) the page flash: http://msdn.microsoft.com/library/d...fsystemwebuipageclasssmartnavigationtopic.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconpage.asp