Dundas Gauge for ASP.NET Send comments on this topic
IsCallback Property
See Also 
Dundas.Gauges.WebControl Namespace > GaugeContainer Class : IsCallback Property


Gets a value indicating whether this request is an AJAX callback.

Syntax

Visual Basic (Declaration) 
<ba()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property IsCallback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GaugeContainer
Dim value As Boolean
 
value = instance.IsCallback
C# 
[ba()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public bool IsCallback {get;}

Return Value

The value will be true if this is a callback request; otherwise false.

Remarks

When the zooming or panning functionality is enabled the control will receive requests for partial content from the client. In this case only a small section of the content is rendered. In this case this property will be set to True. This property will also be True is this is a rasult from calling doCallback() from JavaScript on the client.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also