PowerWEB LiveControls for ASP.NET
LiveCallback Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LiveCallback Class



A control that permits any non-PowerWEB control to become Live enabled.

Syntax

Visual Basic (Declaration) 
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
Public Class LiveCallback 
   Inherits System.Web.UI.Control
   Implements ILiveControl 
Visual Basic (Usage)Copy Code
Dim instance As LiveCallback
C# 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public class LiveCallback : System.Web.UI.Control, ILiveControl  
C++/CLI 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public ref class LiveCallback : public System.Web.UI.Control, ILiveControl  

Remarks

Use the LiveCallback control to add callbacks to any non-PowerWEB control.

Usage requires implementation of two JavaScript functions (one that makes the callback and one to handle the response), and a server-side function to be triggered. See the topic Walkthrough: Manipulating Intrinsic Microsoft Controls in a Callback for more details.

Note The server-side function can have a maximum of nine parameters. All parameters must be strings.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      Dart.LiveControls.LiveCallback

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.