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
What’s the difference between asp.net web forms and asp.net mvc?
What is a gridview in asp.net?
What is razor? : asp.net mvc
What is the purpose of using MVC programming pattern in ASP.NET?
What are the new navigation controls in asp.net 2.0?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How many types of controls are there in asp.net?
Is it right that ASP.NET Web API has replaced WCF?
Which two new properties are added in asp.net 4.0 page class?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
How could you modify xaml content from javascript?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Can you explain composite pattern?
Describe how ASP.NET maintains process isolation for each Web application?
Write a code for passing ArrayList in Web API?