Sunday, January 20, 2008

What’s the use of SmartNavigation property?

Its a feature provided by ASP .NET to prevent the flickering and the redrawing when the page is posted back. Gets or sets a value indicating whether smart navigation is enabled.
VB: Public Property SmartNavigation As Boolean
C#: Public bool SmartNavigation {get; set;}

No comments: