----------------------------------------------------------
Prevent Webpage scroll back to the top position
----------------------------------------------------------
If the webpage position is returned to the top after every post back
it will be an irritant.
When the MaintainScrollPositionOnPostback property is set to true, the user is instead returned to the last position on the page.
<%@ Page Language="VB" MaintainScrollPositionOnPostback="true" %>
This property is by default 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.
Submit URL
Saturday, April 21, 2007
Prevent Webpage scroll back to the top position
Labels:
ASP.Net,
PostBack,
Scroll Position,
Webpage Scrolling
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment