| 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;} | |
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.
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