Intersoft WebDesktop Documentation
UpdateMode Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebFlyPostBackManager Class : UpdateMode Property


Glossary Item Box

Gets or sets a value representing the update behavior of automatic callback feature.

Syntax

Visual Basic (Declaration) 
Public Property UpdateMode As UIUpdateMode
Visual Basic (Usage)Copy Code
Dim instance As WebFlyPostBackManager
Dim value As UIUpdateMode
 
instance.UpdateMode = value
 
value = instance.UpdateMode
C# 
public UIUpdateMode UpdateMode {get; set;}

Remarks

When the EnableUIMode property is set to True, you can decide whether all ASP.NET standard controls should be converted to use FlyPostBack or only specific individual controls by configuring the UpdateMode property. The default value is AllControls.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.