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
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the displayafter property in updateprogress control?
What is the difference between login controls and forms authentication?
What is meant by ispostback in asp net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What are HTTP handlers in ASP.NET?
Can you nest updatepanel within each other?
What are sql notifications and sql invalidations?
What is a web pool?
Is asp net front end or backend?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Where is session data stored in asp net?
Explain swagger components.
What is a web api endpoint?