Class that contains string constants for OnTheFly post back actions.
Class that contains string constants for OnTheFly post back actions.Visual Basic (Declaration) | |
---|---|
Public Class PostBackAction |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PostBackAction |
C# | |
---|---|
public class PostBackAction |
Delphi | |
---|---|
public class PostBackAction |
JScript | |
---|---|
public class PostBackAction |
Managed Extensions for C++ | |
---|---|
public __gc class PostBackAction |
C++/CLI | |
---|---|
public ref class PostBackAction |
The OnTheFly postback feature allows the implemented controls to interact with server and sends back only necessary UI elements, without the need to send the whole page's elements. This will save lot of the server's resources, time and bandwidth needed to perform server interaction.
The benefits of the feature are:
1. Rich and smoother user interactions.
2. Improved performance up to 50%
3. Minimized server workload.
4. Increased end users productivity.
5. True server-events processing.
6. Faster rendering and realtime response.
For more information you read OnTheFly PostBack.
ISNet.WebUI.WebCombo.PostBackAction
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