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.
<BrowsableAttribute(False)> _ Public Property MaintainScrollPositionOnPostBack As Boolean
Dim instance As Page Dim value As Boolean value = instance.MaintainScrollPositionOnPostBack instance.MaintainScrollPositionOnPostBack = value
[BrowsableAttribute(false)] public bool MaintainScrollPositionOnPostBack { get; set; }
[BrowsableAttribute(false)] public: property bool MaintainScrollPositionOnPostBack { bool get (); void set (bool value); }
/** @property */ /** @attribute BrowsableAttribute(false) */ public boolean get_MaintainScrollPositionOnPostBack() /** @property */ /** @attribute BrowsableAttribute(false) */ public void set_MaintainScrollPositionOnPostBack(boolean value)
public function get MaintainScrollPositionOnPostBack () : boolean public function set MaintainScrollPositionOnPostBack (value : boolean)
<asp:Page MaintainScrollPositionOnPostBack="True|False" />
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