Answer Posted / kavitharaveenthiran
A SmartNavigation is a property of the Page class in
System.Web.UI. When a request comes in to Internet Explorer
5.5 or higher and SmartNavigation is turned on (set to
true), the following actions are performed:
* The flash caused by navigation is eliminated
* The scroll position is persisted when moving from page
to page
* Element focus is persisted between navigations
* Only the last page state in the browser's history is
retained
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is "common language runtime" (clr) in .net?
How is .net able to support multiple languages?
Explain the top .net class that everything is derived from?
Is .net an object oriented language? What are their components?
What is the base class of Button control in .NET?
What is reflection and what is it for?
What is .net core used for?
How do you generate a strong name?
Explain what do the terms “boxing” and “unboxing” mean?
How is threading done in .net?
What is 'Common Type System' (CTS) in .NET?
What is the advantage of .net core?
In code behind class, name the type of code found. Is it the server side code or client side code?
what is the default security setting in .net?
What is lazy initialization?