PagesSection.MaintainScrollPositionOnPostBack Property
.NET Framework (current version)
Gets or sets a value indicating whether the page scroll position should be maintained upon returning from a postback from the server.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("maintainScrollPositionOnPostBack", DefaultValue = false)] public bool MaintainScrollPositionOnPostBack { get; set; }
Property Value
Type: System.Booleantrue if the page-scroll position should be maintained after postback; otherwise, false. The default value is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: