Click or drag to resize
ControlsHelperRegisterPostbackControl Method
Registers the control which causes postback with the script manager.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static void RegisterPostbackControl(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control to register
See Also