What is smart navigation?



What is smart navigation?..

Answer / 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

More ASP.NET Interview Questions

How do you use viewstate?

0 Answers  


What is the concept of view state in asp.net?

0 Answers  


Which method is used to force all the validation controls to run?

0 Answers  


can i call the java script to code behind file?if yes how?

4 Answers   Wipro,


what is the requirement that .Net web services can access the java application?

6 Answers   iSoft,






Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


Differences between VB.Net and C#, related to OOPS concepts

5 Answers   CSC,


What is the life cycle of web page?

0 Answers  


When Cookies are expired in ASP.NET?

0 Answers   Sans Pareil IT Services,


Why is this service branded with windows livetm?

0 Answers  


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


What is the difference between ldap and active directory?

0 Answers  


Categories