What is the use of SmartNavigation property?

Answers were Sorted based on User's Feedback



What is the use of SmartNavigation property?..

Answer / shamli

even when page is refreshed the cursor remains in same position

Is This Answer Correct ?    20 Yes 3 No

What is the use of SmartNavigation property?..

Answer / ritz

No.
The correct answer is that, even when page is refreshed the scroll bar remains in same position.

Is This Answer Correct ?    10 Yes 3 No

What is the use of SmartNavigation property?..

Answer / 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

What is the use of SmartNavigation property?..

Answer / chandra prakash

Web Service is the common programming model for implementing
interoprability between systems that have little or no real
connectivity.

Web Services is the common model for accessing data,
performing distributed transactions, and exposing business
process workflow.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Why is string called immutable data type?

0 Answers  


Can you explain composite pattern?

0 Answers   QuestPond,


What is http post action?

0 Answers  


Explain the asp.net session state modes.

0 Answers  


What is role-based security?

1 Answers  


Why we use asp.net for website development?

0 Answers  


Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

0 Answers  


What is CLR ? Differentiate between CLR & CTS.

7 Answers   3i Infotech, TCS,


Is overloading possible in web services?

3 Answers   Microsoft,


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


Categories