When I am clicking on any button my page is re loading and page position is getting change.
first page is scrolling bottom then going on top again its moving to down side.
How could I retain the scroll position same after page refresh on any event click.
I tried
Page.MaintainScrollPositionOnPostBack = true;
on my page load but its not working.
I used ajax updatepanel after using it my browser is getting stuck, and performance is very slow.
I have one aspx page, in that i am calling 5 web user control.
Please any one help me..
How could I retain the scroll position same after page refresh on any event click.
I used update panel as well as this script and its working well for me..
Have look into this article Maintain Scroll Position after Asynchronous Postback
and check this thread Reset scroll position after Async postback - ASP.NET
Did you tried declaratively setting MaintainScrollPositionOnPostBack property on your page ,