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
How long does an http session last?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
How many types of triggers are there in update panel?
Is asp.net core faster?
Is web config mandatory?
How Can assign alias name for ASP.NET Web API Action?
Why do you use the app_code folder in asp.net?
How tooltip is set through code-behind in ASP.NET?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain weak typing and strong typing.
What are type/key pairs in client script registration?
What is .net framework and what are the main components of it?
What is asp net objects?
Explain Authentication mechanism in dotnet