Login
Register
Tutorials
Forum
Career Development
Resources
Reviews
Jobs
Interview
Communities
Projects
Training
Silverlight Games
|
Bookmarks
|
New Members FAQ
|
Mentor
|
Code Converter
|
IT Companies
|
Peer Appraisal
|
Members
|
Revenue Sharing
|
Computer Jokes
|
New Posts
|
Social
|
Talk to Webmaster
Tony John
Facebook
Google+
Twitter
LinkedIn
Online Members
Parag Desai
Chandra
More...
Join our online
Google+ community
for Bloggers, Content Writers and Webmasters
Resources
»
.NET programming
»
ASP.NET/Web Applications
How to minimize the flicker effect that may occur during navigation
Posted Date:
19-May-2010
Category:
ASP.NET/Web Applications
Author:
Ananta
Member Level:
Gold
Points
: 2
How to minimize the flicker effect that may occur during navigation
When a user views a Web page in an ASP.NET Web application that uses server controls, the user may experience a flicker effect. The flicker effect may occur when the user changes the value of a control. If the control generates a postback, the Web browser submits a request for a new Web page state to the Web server. When the new Web page state is rendered in the Web browser, the flicker effect may occur.
There are no simple ways to eliminate this flicker effect, because the Web page must be rendered again. Typically, this behavior is noticeable to the user.
Note When the connection speed between the Web client and the Web server is very fast, the flicker effect may be unnoticeable.
To minimize the flicker effect, minimize the number of postbacks, or eliminate postbacks. To do this, use one of the following methods, as appropriate for your situation.
Method 1:
Use the ASP.NET 2.0 client callback manager
Use the ASP.NET 2.0 client callback manager to let Web pages submit requests to the Web server without using a full postback. Because the client callbacks do not include postback data, the client callbacks do not force the whole Web page to be updated in the Web browser. This minimizes the flicker effect that may occur during navigation.
For more information about the ASP.NET 2.0 client callback manager, visit the following MSDN Web site:
http://msdn.microsoft.com/msdnmag/issues/06/00/ASPNET20Overview/default.aspx (http://msdn.microsoft.com/msdnmag/issues/06/00/ASPNET20Overview/default.aspx)
For more information about how to implement client callbacks without using a postback, visit the following MSDN Web site:
http://msdn2.microsoft.com/en-us/library/ms178208.aspx (http://msdn2.microsoft.com/en-us/library/ms178208.aspx)
Method 2:
Use a hidden frame in a Web page
Create a Web page that contains a visible frame and a hidden frame. For more information about how to do this, see method 2 in the "How to retain only the most recent Web page state in the Web browser history folder" section.
Related Resources:
Create Splash Screen for your C# application
Read related articles:
Minimize flicker
Flicker effect
Splash screen effect
Did you like this resource? Share it with your friends and show your love!
Tweet
Responses to "How to minimize the flicker effect that may occur during navigation"
No responses found. Be the first to respond...
Feedbacks
Post Comment:
Notify me by email when others post comments to this article.
Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
No HTML formatting and links to other web sites are allowed.
This is a strictly moderated site. Absolutely no spam allowed.
Name:
Sign In
to fill automatically.
Email:
(Will not be published, but
required
to validate comment)
Type the numbers and letters shown on the left.
Next Resource:
How to apply themes in asp.net Quickly..
Previous Resource:
Server.Transfer Vs. Response.Redirect
Return to Resources
Post New Resource
Category:
ASP.NET/Web Applications
Post resources and
earn money
!
More Resources
How to apply themes in asp.net Quickly..
Digital Signature
How to declare variable in Javascript?
Visual Studio 2010 and MS SQL 2008- Authentication System using asp.net ( JQuery, Json and Web servi
Impersonation
Html,xhtml,dhtml
Popular Tags
Tag posting guidelines
Search Tags
How to minimize the flicker effect that may occur during navigation
.
Follow us on Twitter:
https://twitter.com/dotnetspider
Active Members
Today
naveensanagase...
(15)
musathik
(8)
malika
(4)
Last 7 Days
baskar
(279)
Asheej T K
(203)
srisunny
(187)
more...
Awards & Gifts
Email subscription
.NET Jobs
.NET Articles
.NET Forums
Articles Rss Feeds
Forum Rss Feeds
About Us
Contact Us
Copyright
Privacy Policy
Terms Of Use
Revenue Sharing sites
Advertise
Talk to
Tony John
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2012 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.