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






Returns whether this WebGrid instance invokes OnTheFly postback.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Returns whether this WebGrid instance invokes OnTheFly postback.")>
<CategoryAttribute("Behavior")>
Public Property IsFlyPostBack As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Boolean
 
instance.IsFlyPostBack = value
 
value = instance.IsFlyPostBack
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns whether this WebGrid instance invokes OnTheFly postback.")]
[CategoryAttribute("Behavior")]
public bool IsFlyPostBack {get; set;}
Delphi 
public read-write property IsFlyPostBack: Boolean; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
DescriptionAttribute("Returns whether this WebGrid instance invokes OnTheFly postback.")
CategoryAttribute("Behavior")
public function get,set IsFlyPostBack : boolean
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns whether this WebGrid instance invokes OnTheFly postback.")]
[CategoryAttribute("Behavior")]
public: __property bool get_IsFlyPostBack();
public: __property void set_IsFlyPostBack( 
   bool value
);
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns whether this WebGrid instance invokes OnTheFly postback.")]
[CategoryAttribute("Behavior")]
public:
property bool IsFlyPostBack {
   bool get();
   void set (    bool value);
}

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. Using the IsFlyPostBack property, user can check whether the action they have performed is on-the-fly-postback or not.

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

©2012 Intersoft Solutions Corp. All Rights Reserved.