Intersoft WebGrid Documentation
PostbackMode Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : PostbackMode Enumeration






Value representing the behavior of postback.

Syntax

Visual Basic (Declaration) 
Public Enum PostbackMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As PostbackMode
C# 
public enum PostbackMode : System.Enum 
Delphi 
public enum PostbackMode = class(System.Enum)
JScript 
public enum PostbackMode extends System.Enum
Managed Extensions for C++ 
__value public enum PostbackMode : public System.Enum 
C++/CLI 
public enum class PostbackMode : public System.Enum 

Members

MemberDescription
FullPagePostbackA postback behavior where data can be requested by performing full page refresh.
OnTheFlyA postback behavior where data can be requested on-the-fly and rendered to client in transparent way without the need to perform full page refresh.

Remarks

The OnTheFly Postback architecture is one of the main features in WebGrid. The architecture is designed not only for data retrieval, but also to provide a solid framework which allows developers to perform sorting, grouping, editing, etc. In fact, most actions in WebGrid are performed using this architecture.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.PostbackMode

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.