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 http request and response?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is the parent class of all the web server control?
Describe session handling in a webfarm, how does it work and what are the limits?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What’s the use of “GLOBAL.ASAX” file?
Which adapter should you use, if you want to get the data from an access database?
Is web config mandatory?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What are the server control tags in asp.net.?
Explain the various authentication mechanisms in asp.net.
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is difference between Lambda Expression and LINQ in ASP.NET?
What is difference between rest and soap?
What are Master Pages in ASP.NET? or What is a Master Page?