MaintainScrollPositionOnPostback on UpdatePanel
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I have an ASP.Net label error message set at the top of the page. And for some reason MaintainScrollPositionOnPostback = false is not working. I would like the page to scroll back to top, so users can see this error message. It does not scroll to the top, and maintains its existing position, leaving the user to keep clicking submit button. I have tried this: Specified on the code behind of asp.net user control: Page.MaintainScrollPositionOnPostBack = false; It does not scroll back to top of the page, as i would like it to so the user can read the message at the top of the page. am I missing anything? Thanks!