Posted on: 12/4/2014 10:40:37 AM | Views : 501

Dear Sir/Madam
Currently am working with asp web application and now am facing a problem regarding page refresh in asp.net ..
my asp page refreshes and goes top of the page each and every selected index change event...
i have already used  the following codes to avoid this problem
in page load event i have used this
Page.MaintainScrollPositionOnPostBack = true;
and in design client side coding i used update panel and content template but still am facing the same problem..
so please suggest me any solution to clear my problem ....
Thanks in advance...

Go to the complete details ...