Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework
Page Class
Page Properties
 MaintainScrollPositionOnPostBack Pr...
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Page..::.MaintainScrollPositionOnPostBack Property

Gets or sets a value indicating whether to return the user to the same position in the client browser after postback. This property replaces the obsolete SmartNavigation property.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property MaintainScrollPositionOnPostBack As Boolean
Visual Basic (Usage)
Dim instance As Page
Dim value As Boolean

value = instance.MaintainScrollPositionOnPostBack

instance.MaintainScrollPositionOnPostBack = value
C#
[BrowsableAttribute(false)]
public bool MaintainScrollPositionOnPostBack { get; set; }
Visual C++
[BrowsableAttribute(false)]
public:
property bool MaintainScrollPositionOnPostBack {
    bool get ();
    void set (bool value);
}
J#
/** @property */
/** @attribute BrowsableAttribute(false) */
public boolean get_MaintainScrollPositionOnPostBack()
/** @property */
/** @attribute BrowsableAttribute(false) */
public  void set_MaintainScrollPositionOnPostBack(boolean value)
JScript
public function get MaintainScrollPositionOnPostBack () : boolean
public function set MaintainScrollPositionOnPostBack (value : boolean)
ASP.NET
<asp:Page MaintainScrollPositionOnPostBack="True|False" />

Property Value

Type: System..::.Boolean

true if the client position should be maintained; otherwise, false.

When Web pages are posted back to the server, the user is returned to the top of the page. On long Web pages, this means that the user has to scroll the page back to the last position on the page.

When the MaintainScrollPositionOnPostback()()() property is set to true, the user is instead returned to the last position on the page.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content      
A little problem with MaintainScrollPositionOnPostback      Ben Strauss   |   Edit   |  
This doesn't seem to always work when wordwrap is enabled in GridView columns; the position seems to be calculated as though no wordwrap were taking place.
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker