maintainscrollpositionon

WebForm_SaveScrollPositionSubmit is undefined - ASP.NET

I'm upgrading an ASP.NET 1.1 app and have things working but am seeing the Javascript error referenced in the title. From research it appears that ASP.NET is not spitting out the javascript that is used to maintain scroll position between postbacks. I did some googling and have checked the various issues mentioned but can't seem to fin...

reporting services maintain scrollbackposition

I wonder if there is any similar function to maintaine in scroll backposition in reporting services as following in asp.net webforms. I have searched and not found any solution that solved this. maintainscrollbackposition=true ...

ASP.NET listbox MaintainScrollPositionOnPostBack re-ordering items near bottom reloads listbox at top

I've got an ASP.NET (VB) page with two listboxes. Standard stuff - select an item on left, hit add button and it moves to right, etc. I've also got two buttons to move items up or down in the resulting list. My problem is that if I go to the 2nd to the last item (or any in that range) and move it down in the list the list resets the s...