Registers the script file to load on the Web page as an on-demand script.
Public Shared Sub RegisterOnDemand ( _ page As Page, _ strFile As String, _ localizable As Boolean _ )
Dim page As Page Dim strFile As String Dim localizable As Boolean ScriptLink.RegisterOnDemand(page, strFile, _ localizable)
public static void RegisterOnDemand( Page page, string strFile, bool localizable )