Maintain scroll position across postbacks

20 November, 2004 (05:25) | .NET Code Related

Scott Mitchell writes : ”
Anyone who’s created a large Web Form that entails a load of postbacks can atest to the user interface problem that occurs in such scenarios:

“Flashing“ of the UI elements, and
Loss of scroll position (namely, if you scroll down to the bottom of a page, and then interact with the UI as to cause a postback, the scroll position is lost)….”

I think this article could come in handy some day. Especially since his solution extends the Page object of ASP.NET

Scott on Writing

Write a comment