What is the use of SmartNavigation property?
Answers were Sorted based on User's Feedback
Answer / shamli
even when page is refreshed the cursor remains in same position
Is This Answer Correct ? | 20 Yes | 3 No |
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 |
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 |
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 |
Why is string called immutable data type?
Can you explain composite pattern?
What is http post action?
Explain the asp.net session state modes.
What is role-based security?
Why we use asp.net for website development?
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
What is CLR ? Differentiate between CLR & CTS.
Is overloading possible in web services?
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.
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.