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 |
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.
System.Object
System.Web.UI.Control
Dart.LiveControls.LiveCallback
Target Platforms: Microsoft .NET Framework 2.0