Intersoft WebDesktop Documentation
WebFlyPostBackManagerSettings Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebFlyPostBackManagerSettings Class


Glossary Item Box

A collection of fly-postback settings for WebDesktopWindow object.

Object Model

WebFlyPostBackManagerSettings Class

Syntax

Visual Basic (Declaration) 
Public Class WebFlyPostBackManagerSettings 
   Inherits ISNet.WebUI.FlyPostBackSettings
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Visual Basic (Usage)Copy Code
Dim instance As WebFlyPostBackManagerSettings
C# 
public class WebFlyPostBackManagerSettings : ISNet.WebUI.FlyPostBackSettings, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  

Remarks

Using WebFlyPostBackManagerSettings you can configure the fly-postback settings, such as PostControlState, PostHiddenFields, PostInputControls, PostViewState, and SelectiveControlsForHiddenFields.

In converting standard controls into FlyPostBack requests, you can customize a lot of behavioral settings related to the UI mode, such as whether you want to make all standard ASP.NET controls in the page to use FlyPostBack requests, or only a specific set of controls.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.FlyPostBackSettings
         ISNet.WebUI.WebDesktop.WebFlyPostBackManagerSettings

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.