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 symbol would you use to denote, the start of a code block in aspx views?
What's the use of response.output.write()?
What is the use of session?
Explain the use of view state?
Define application state variable and session state variable?
What are the steps involved to fill a dataset?
How is it possible for .NET to support many languages?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is the state management in asp.net?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What are the different types of proxy patterns?
How many ways are there to maintain a state in .net? What is view state?
A Web Service Can Only Be Written In .net. Is it True??
calling result set one procedure to anothar procedure in sql2000
What is content place holder?