What is smart navigation?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / versha
This is used to prevent the flickering of page when it load
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / judy prasheela
The smart Navigation is screen doesn't flash as it updated.
Is This Answer Correct ? | 0 Yes | 0 No |
Should I implement finalize on my class? Should I implement idisposable?
Why SOAP is required?
What do you mean by Driver Script?
Describe the compilation process for .net code?
What is the difference between web application and enterprise application?
Is .net a programming language?
What is the difference between server.transfer and response.redirect? Why?
What is an anonymous method and how is it different from a lambda expression?
Explain when should you use .net web forms over asp.net mvc?
Explain what is the difference between constants and read-only variables?
Which property is used in the email to send the content as HTML
What is Assembly manifest? what all details the assembly manifest will contain.