Tuesday, April 21, 2009

What is the use of SmartNavigation attribute in page directive?

It’s a feature provided by ASP.NET to prevent flickering and redrawing during page post backs. This is supported by Internet Explorer.

Details: system.web.ui.page.smartnavigation(VS.71)

For implementation of SmartNavigation in ASP.NET refer KB article “How to implement the smart navigation features in ASP.NET 2.0” on Microsoft.com

No comments: