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

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

0 Answers  


What is the life-span of the items in the viewstate?

0 Answers  


Explain server side state management system.

0 Answers  


Difference b/w casting and boxing?

5 Answers   IBS,


How can you handle unmanaged code exceptions in asp.net?

0 Answers  






What is cross page posting in asp net?

0 Answers  


what is webservices. howit is use in our project .

1 Answers   Patni,


What is the use of placeholder control?

0 Answers  


About CLS and CTS?

8 Answers   Microsoft, Syncfusion,


How tooltip is set through code-behind in ASP.NET?

0 Answers  


How can u deifne the benefits and limitation of using Viewstate for state management?

0 Answers   QuestPond,


Explain what is the procedure to create the environment for asp.net? : asp.net mvc

0 Answers  


Categories