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 |
Explain the different types of assemblies?
Mention the execution process for managed code?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
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?
What are the advantages of asp.net mvc framework? : asp.net mvc
What language is asp.net written in?
Any disadvantages in Dataset and in reflection ?
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
How to unit test Web API?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
What is client side state management?
What is an asp.net web form?