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
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
How you can add an event handler?
What is an asp.net validator? And, mention its types.
Difference between using directive vs using statement?
What is the use of data set in asp.net?
How do I use response redirect?
What are the 3 levels at which content pages can be attached to Master Page?
Which class is used to send an email message from an ASP.NET Web page?
What is validation in asp.net?
What are the advantages of Web API?
Explain the main function of razor in asp.net? : asp.net mvc
Can asp.net work on an nt server?
What is difference between viewstate and session in asp net?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?