What is the use of SmartNavigation property?

Answer Posted / udhayakumar m

In earlier versions of ASP.NET, you enable smart navigation by using the Page.SmartNavigation property. When you set the Page.SmartNavigation property to true, the following smart navigation features are enabled:
The scroll position of a Web page is maintained after postback.
The element focus on a Web page is maintained during navigation.
Only the most recent Web page state is retained in the Web browser history folder.
The flicker effect that may occur on a Web page during navigation is minimized.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of Using Cookies?

514


What do you mean by serialize?

547


Explain authorization levels in .net ?

602


Explain serialization and deserialization?

542


What is the Difference between MVC And MVP design pattrens

2201






What are client activated objects and server activated objects?

512


What are the differences between application object and session object?

492


What is the use of web.config and machine.config files?

621


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.

2591


What is the displayafter property in updateprogress control?

503


How do we assign page-specific attributes?

611


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

666


How ViewstateMac works?

2359


Fetch one page value to another page without using state-managment ?

528


What is http response header?

555