Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21

Details



Peter Agyekum What is smart navigation? Using the Page.SmartNavigation property, we can enable smart navigation. When we set the property - Page.SmartNavigation to true, the following features are enabled for smart navigation. Scroll position of a Web page will be maintained after postback. Element which focus on a Web page is maintained during navigation. Most recent Web page state is only retained in the Web browser history folder. Flicker effect which could occur on a Web page during navigation will be minimized.
Related Topics