Tuesday, April 15, 2014

After PostBack - back to same place on page - ASP.NET



MaintainScrollPositionOnPostback ="true"

Page.MaintainScrollPositionOnPostback = true; should take you back to the same position on the screen, but you could use AJAX, or you could use SetFocus() to focus on a specific control after the postback:

No comments:

Post a Comment