<%@ Page Language="C#" MaintainScrollPositionOnPostBack="true"
AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
or appliying it sitewide thru web.config as:
<system.web>
<pages maintainScrollPositionOnPostBack="true">
</pages>
</system.web>
The script file is included in my page as:
<script type="text/javascript" src="/TestWebsite/WebResource.axd?d=X2ApKqYNd-qiVRFcah5bwg2&t=633437918395970000">
Following is the list of some of the commonly used functions present in the library:
WebForm_GetScrollX
WebForm_GetScrollY
WebForm_SetElementX
WebForm_SetElementY
WebForm_GetElementById
WebForm_SetElementWidth
WebForm_SetElementHeight
WebForm_RemoveClassName
WebForm_AppendToClassName
WebForm_GetParentByTagName
WebForm_GetElementByTagName
WebForm_GetElementsByTagName
WebForm_GetElementPosition - another version here
Hope this is helpful.
pushp