ESRI.ArcGIS.ADF.Web.UI.WebControls
AddClientScriptBlockForRegistration Method
See Also  Send Feedback
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

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

© 2011 All Rights Reserved.