Answer Posted / 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 View All Answers
Which type of state management is provided by Query String in ASP.NET?
What is the use of session?
What are the different types of sessions in asp.net? Name them?
Distinguish between Server-side and Client-side code with its functionality?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the main difference between Asp.net and Vb.net?
how to debug web services on consumer side?
What is the web.config file in asp?
Is web config mandatory?
What are sql joins?
What is the Intermittent crashing of application in production?
From which base class all web forms are inherited?
What is the state management in asp.net?
What are asp.net web forms?
Define satellite assemblies.