Monday, August 20, 2007

Where is SmartNavigation in ASP.NET 2.0 (VS2005)

Had a quick question taday that comes up often so I decided it's time to blog it!! In vs2003 there was this feature that would hold the page position after a postback so that it was redisplayed, updated at the postion where the page was scrolled to during the postback. It's a page level property that is not visible anymore in the Properties Window. however drop into a code window and it there, under a different name:

Page.MaintainScrollPositionOnPostBack = True

For more info please follow this link:
How to implement the smart navigation features in ASP.NET 2.0

No comments: