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
What is the difference between session.abandon() vs clear()?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Explain Session state management options in ASP.NET.
How should I destroy my objects in asp.net?
Explain about consistent programming model in the .NET framework?
Explain code snippet to register exception filters from controller?
Can we use html in asp.net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Define repository pattern in mvc.net? : asp.net mvc
Which control has default post back is enabled(true)?
What is httpresponse?
What are session and cookies?
Why session is more secure than cookies?
What r the asp.net list controls and difference between them?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?