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 different types of assemblies?

0 Answers  


Mention the execution process for managed code?

0 Answers  


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

0 Answers  


If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?

1 Answers  


What are the advantages of asp.net mvc framework? : asp.net mvc

0 Answers  






What language is asp.net written in?

0 Answers  


Any disadvantages in Dataset and in reflection ?

1 Answers   DELL,


which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row

3 Answers   Airtel, Aviva,


How to unit test Web API?

0 Answers  


How can we prevent an aspx page get refreshed when any information fetch from the database ?

2 Answers   Minecode,


What is client side state management?

0 Answers  


What is an asp.net web form?

0 Answers  


Categories