Buy Questpond's video subscriptions on
huge discount
.
Online: 2967
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
How can you prevent the page from scrolllng up and down when some postback occurs ?
Posted by
Ddd
on 2/3/2011 | Category:
ASP.NET Interview questions
| Views: 5917 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
In the Page directive add this attribute
MaintainScrollPositionOnPostback=true
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Can we pass default parameter values in C#?
Next > :
What are the different ways a method can be overlo ...
Comments or Responses
Posted by:
Shantanupatel
on: 2/4/2011 |
Points: 10
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.
Login to post response
More Interview Questions by Ddd
What are the different ways a method can be overloaded?
Which of these is a connected architecture?
Differences between a structure and class
Which of these collections uses keys to uniquely identify the data?
Difference between sealed and static classes
What is the name of the dll that contains the Ajax Control Toolkit?
How can you change the startup page of SilevrLight application?
What is the use of the ClientBin folder?
Latest Interview Questions
What are the different authentications in sql server
What is Nullable types in c#?
Difference between Identity column and Primary Key?
What is the difference between .NET 1.1,2.0,3.0,3.5 and 4.0 ?
What is difference between response.redirect and server.transfer ?
Difference between char and varchar data types in Sql Server?
What are the advantages of using Stored procedure
Difference between String and String Buffer in c#?
More ...