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



In a callback, updates the controls client-side representation.

Syntax

Visual Basic (Declaration) 
Public Sub Refresh() 
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
 
instance.Refresh()
C# 
public void Refresh()
C++/CLI 
public:
void Refresh(); 

Remarks

When the request is an incoming callback, this method forces the control to update itself client-side (whether a change was detected within the control or not).

When the request is not an Ajax callback, this method has no effect.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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