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 |
What is reflection and what is it for?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Tell us why do we use the “using” statement?
Readonly vs. const?
What is a design pattern and what is it for?
What is the difference between response.write & response.output.write?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
Which Namespace is used to to achieve MultiThreading in .NET?
What are the security policy levels in .Net
What is CCW (COM Callable Wrapper) ?
What is Event Bubbling in .NET?