<%Page smartNavigation="True" %>
Global setting
<configuration>
<system.web>
<pages smartNavigation="true"/>
</system.web>
</configuration>
SmartNavigation Property available only in .NET 1.1,In ASP.NET version 2.0, the SmartNavigation property is deprecated.Use the SetFocus method and the MaintainScrollPositionOnPostback property instead.
Note Regarding SmartNavigation
- Eliminating the Flicker caused by navigation Or Postback.
- Persisting the scroll position when moving from page to page.
- Persisting element focus between navigations.
No comments:
Post a Comment