Dundas Chart for ASP.NET
UpdateClientControl(String,String) Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartCallbackManager Class > UpdateClientControl Method : UpdateClientControl(String,String) Method


controlId
Represents the string ID of the control.
The control id.
controlContent
Represents the content of the control.
Content of the control.
Updates the specified client-side control without posting back to the server.
Updates the client control.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub UpdateClientControl( _
   ByVal controlId As String, _
   ByVal controlContent As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
Dim controlId As String
Dim controlContent As String
 
instance.UpdateClientControl(controlId, controlContent)
C#  
public void UpdateClientControl( 
   string controlId,
   string controlContent
)

Parameters

controlId
Represents the string ID of the control.
The control id.
controlContent
Represents the content of the control.
Content of the control.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.