Click or drag to resize
ScriptHelperEnsurePostbackMethods Method
Ensures that the postback methods are present in the page

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void EnsurePostbackMethods(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
Control
See Also