ESRI.ArcGIS.ADF.Web.UI.WebControls
AddClientScriptBlockForRegistration Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScriptsRegisterer Class : AddClientScriptBlockForRegistration Method




page
Page to register scripts to
name
Name of script
script
The script
Add a script to the list of scripts to register

Syntax

Visual Basic (Declaration) 
Public Shared Sub AddClientScriptBlockForRegistration( _
   ByVal page As Page, _
   ByVal name As String, _
   ByVal script As String _
) 
Visual Basic (Usage)Copy Code
Dim page As Page
Dim name As String
Dim script As String
 
ScriptsRegisterer.AddClientScriptBlockForRegistration(page, name, script)
C# 
public static void AddClientScriptBlockForRegistration( 
   Page page,
   string name,
   string script
)

Parameters

page
Page to register scripts to
name
Name of script
script
The script

See Also

© 2010 All Rights Reserved.