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 install windows service?

4 Answers   Tech Mahindra,


Why we are using mvc instead of asp.net? : Asp.Net MVC

0 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


Why we use asp.net for website development?

0 Answers  


what is the auto option in XML ?

1 Answers  






In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are the checkings or actions you will take to rectify the slowness or which are the factors related to this issue? How we can trace it?

3 Answers  


Which tools of web site Administartion tool do you use to manage user,roles and rules?

2 Answers  


what is aspcompat? what it does?

1 Answers  


What are the objects of ASP.NET ?

6 Answers  


what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


Explain the difference between sql invalidation and sql notification.

0 Answers  


For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

2 Answers   Microsoft,


Categories