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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void EnsurePostbackMethods(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
Control
See Also