Click or drag to resize
ControlsHelperEnsureScriptManager Method
Ensures the Script manager on the page.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static ScriptManager EnsureScriptManager(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page

Return Value

Type: ScriptManager
See Also