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 you implement encapsulation in asp.net?
What language is asp.net written in?
Which method is used to force all the validation controls to run?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
How to find out what version of asp.net I am using on my machine?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Where session id is stored?
What are the page life cycle events?
How do u deploy your asp.net application?
What is voluum?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What are session and cookies?
How would you enable impersonation in the web.config file?
Is oauth for authentication or authorization?
How to manage different kinds of sessions in ASP.NET?