
Smart Navigation is a feature built into ASP.NET that makes postbacks smoother by remembering the page scroll position, retaining element focus, reducing screen flicker, and not registering the postback in the browser?s history. This greatly enhances the user experience for pages that make use of postbacks, but it only works in Internet Explorer 5.5 and up. In this article Damon Armstrong will discuss how to build similar page position and focus tracking features, but which will work in all modern, standards compliant browsers.
|