Maintain the Scroll Position on the ASPX page

Hi Friend ,
you know what ,By Default postback property of the page  set the scroll position at top position of the page but we can use a the following statatement to retain the position. 

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebAgain._Default" MaintainScrollPositionOnPostback="true" %> 

Hope this is help you 

Regards,

Rajesh 

1 comment: