PowerWEB LiveControls for ASP.NET
EnableCallback Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : EnableCallback Property



Gets or sets whether the control issues a callback.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls whether or not the control issues a postback or callback.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property EnableCallback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As Boolean
 
instance.EnableCallback = value
 
value = instance.EnableCallback
C# 
[DescriptionAttribute("Controls whether or not the control issues a postback or callback.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public bool EnableCallback {get; set;}
C++/CLI 
[DescriptionAttribute("Controls whether or not the control issues a postback or callback.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property bool EnableCallback {
   bool get();
   void set (    bool value);
}

Property Value

true if the PowerWEB control uses callbacks. When false, the PowerWEB control uses traditional postbacks.

Remarks

Set EnableCallback to true for the PowerWEB control to use callbacks, as opposed to traditional postbacks.

Set to false to force the control to behave like its non-live counterpart.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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