This topic has not yet been rated - Rate this topic

ScriptLink.RegisterOnDemand Method

SharePoint 2010

Registers the script file to load on the Web page as an on-demand script.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
public static void RegisterOnDemand(
	Page page,
	string strFile,
	bool localizable
)

Parameters

page
Type: System.Web.UI.Page
The Page onto which the script file is to be loaded.
strFile
Type: System.String
A string type representing the name of the script file to be registered.
localizable
Type: System.Boolean
true if the script file is in the localized directory; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ