Tip 3 - Automatically scroll position between postbacks
I don't know about you, but I get very upset when I do a postback and my scroll position is lost. Thankfully .NET 2.0 now offers a way to resolve this problem on all moderns browsers.
<% Page MaintainPostBackPosition=true %>
So scroll and postback away!
2 comments:
Post a Comment