PagesSection.MaintainScrollPositionOnPostBack Property
.NET Framework 3.0
Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_MaintainScrollPositionOnPostBack () /** @property */ public void set_MaintainScrollPositionOnPostBack (boolean value)
public function get MaintainScrollPositionOnPostBack () : boolean public function set MaintainScrollPositionOnPostBack (value : boolean)
Not applicable.