How to avoid UpdatePanel scrolling on AutoPostBack?
问题 I have an ASP.NET FormView within an updatepanel. I'm auto-saving the form by setting AutoPostBack=true for each of the items within the FormView. This means the user can click a few elements in quick succession and fire off a few async postbacks almost simultaneously. The issue I have is that the user is able to keep scrolling down the form while the async postbacks are not yet complete. The browser always scrolls back to the position it was in at the first postback. Page