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 is the difference between session.abandon() vs clear()?

749


Explain model, view and controller represent in an mvc application? : asp.net mvc

722


Explain Session state management options in ASP.NET.

837


How should I destroy my objects in asp.net?

803


Explain about consistent programming model in the .NET framework?

799


Explain code snippet to register exception filters from controller?

821


Can we use html in asp.net?

680


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

730


Define repository pattern in mvc.net? : asp.net mvc

759


Which control has default post back is enabled(true)?

821


What is httpresponse?

721


What are session and cookies?

732


Why session is more secure than cookies?

687


What r the asp.net list controls and difference between them?

740


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

817