Author: wanghuajie1982 | Posted on: 7/15/2009 10:25:54 PM | Views : 1317

 i hava a botton which will trigger long time processing on the server wiht ajax postpack.
this button is on the top of web page.
the problem is after the post back completes, the ie scroll position scroll and restore to the original position which i trigger this ajax postback which is not user wants.
more detail with steps:
user clicks the button at the top of page and a silent ajax postback triggers.
user scrolls the web page screen down to the bottom, and user begins to edit the contents at the bottom
the postback processing comletes,the screen scroll and restore to the top of page.
so user feels very unconfortable about this.
 
which user wants is the scroll doesn't change after the postback completes.
how do i implement this? thank you very much
 
 
...

Go to the complete details ...