Intersoft WebGrid Documentation
FlyPostBackSettings Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : FlyPostBackSettings Property






Configures the settings used by the control when performing OnTheFly postback.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.XmlSerializableAttribute(Type=XmlSerializationType.ClientAndLayout, DiscardEmptyObject=True)>
<ISNet.Serialization.BinarySerializableAttribute("setFlyPostBackSettings")>
<CategoryAttribute("Behavior")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Configures the settings used by the control when performing OnTheFly postback.")>
Public ReadOnly Property FlyPostBackSettings As ISNet.WebUI.FlyPostBackSettings
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As ISNet.WebUI.FlyPostBackSettings
 
value = instance.FlyPostBackSettings
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(Type=XmlSerializationType.ClientAndLayout, DiscardEmptyObject=true)]
[ISNet.Serialization.BinarySerializableAttribute("setFlyPostBackSettings")]
[CategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Configures the settings used by the control when performing OnTheFly postback.")]
public ISNet.WebUI.FlyPostBackSettings FlyPostBackSettings {get;}
Delphi 
public read-only property FlyPostBackSettings: ISNet.WebUI.FlyPostBackSettings; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.XmlSerializableAttribute(Type=XmlSerializationType.ClientAndLayout, DiscardEmptyObject=)
ISNet.Serialization.BinarySerializableAttribute("setFlyPostBackSettings")
CategoryAttribute("Behavior")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Configures the settings used by the control when performing OnTheFly postback.")
public function get FlyPostBackSettings : ISNet.WebUI.FlyPostBackSettings
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(Type=XmlSerializationType.ClientAndLayout, DiscardEmptyObject=true)]
[ISNet.Serialization.BinarySerializableAttribute("setFlyPostBackSettings")]
[CategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Configures the settings used by the control when performing OnTheFly postback.")]
public: __property ISNet.WebUI.FlyPostBackSettings* get_FlyPostBackSettings();
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(Type=XmlSerializationType.ClientAndLayout, DiscardEmptyObject=true)]
[ISNet.Serialization.BinarySerializableAttribute("setFlyPostBackSettings")]
[CategoryAttribute("Behavior")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Configures the settings used by the control when performing OnTheFly postback.")]
public:
property ISNet.WebUI.FlyPostBackSettings^ FlyPostBackSettings {
   ISNet.WebUI.FlyPostBackSettings^ get();
}

Remarks

OnTheFly-PostBack is a way where data can be requested on-the-fly and rendered to client in transparent way without the need to perform full page refresh. The OnTheFly-PostBack architecture initially implemented individually in Intersoft's flagship products --WebCombo.NET and WebGrid.NET, and have been existed under the sub architecture of Intersoft WebCommonControl architecture.

Developers can now conveniently configure the settings and behaviors used when performing OnTheFly-PostBack actions. The settings can be easily configured in design time through IDE or programmatically.
There are four properties in OnTheFly-PostBack settings:

  1. PostControlState: Gets or sets the value indicating whether this control state should be posted during OnTheFly postback.
  2. PostHiddenFields: Gets or sets the value indicating whether hidden fields should be posted during OnTheFly postback. 
  3. PostInputControls: Gets or sets whether input-related controls such as INPUT, SELECT or TEXTAREA should be posted to server.
  4. PostViewState: Gets or sets whether the VIEWSTATE content should be posted to server during OnTheFly postback. 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

WebGrid Class
WebGrid Members

Tasks

How-to: Set FlyPostBackSettings
How-to: Improve FlyPostBack performance

Concepts

OnTheFly-PostBack Architecture Reloaded

Other Resources

ClientAction Engine

©2012 Intersoft Solutions Corp. All Rights Reserved.