What is smart navigation?

Answer Posted / p.ramakrishna

When a page is requested by an Internet Explorer 5 browser,
or later, smart navigation enhances the user's experience
of the page by performing the following:

* eliminating the flash caused by navigation.
* persisting the scroll position when moving from page
to page.
* persisting element focus between navigations.
* retaining only the last page state in the browser's
history.

Smart navigation is best used with ASP.NET pages that
require frequent postbacks but with visual content that
does not change dramatically on return. Consider this
carefully when deciding whether to set this property to
true.
Set the SmartNavigation attribute to true in the @ Page
directive in the .aspx file. When the page is requested,
the dynamically generated class sets this property.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do I get error message "could not load type" whenever I browse to my asp.net web site?

832


How you can add an event handler?

714


What is an asp.net validator? And, mention its types.

752


Difference between using directive vs using statement?

666


What is the use of data set in asp.net?

645






How do I use response redirect?

705


What are the 3 levels at which content pages can be attached to Master Page?

767


Which class is used to send an email message from an ASP.NET Web page?

738


What is validation in asp.net?

740


What are the advantages of Web API?

808


Explain the main function of razor in asp.net? : asp.net mvc

771


Can asp.net work on an nt server?

712


What is difference between viewstate and session in asp net?

723


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

2414


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

665