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 sealed vs static class?
What are demand-paging and pre-paging?
What is ispostback property?
When cookie will expire?
What are client activated objects and server activated objects?
What are triggers of an updatepanel?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Explain about the .NET framework?
Why we use content place holder in asp.net?
Explain what the contents of cookie?
Distinguish between Server-side and Client-side code with its functionality?
Please brief not about xsd,xslt & xml?
Is viewstate enabled by default?
Why is global asax is used?
What is the purpose of master page?