dotnetCHARTING Send comments on this topic.
ClientScriptProxy Class
See Also  Members  
dotnetCHARTING.Zoomer Namespace : ClientScriptProxy Class


This is a proxy object for the Page.ClientScript and MS Ajax ScriptManager object that can operate when MS Ajax is not present. Because MS Ajax may not be available accessing the methods directly is not possible and we are required to indirectly reference client script methods through this class. This class should be invoked at the Control's start up and be used to replace all calls Page.ClientScript. Scriptmanager calls are made through Reflection

Syntax

Visual Basic (Declaration) 
Public Class ClientScriptProxy 
Visual Basic (Usage)Copy Code
Dim instance As ClientScriptProxy
C# 
public class ClientScriptProxy 

Inheritance Hierarchy

System.Object
   dotnetCHARTING.Zoomer.ClientScriptProxy

See Also

© 2021 All Rights Reserved.