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

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 RegisterPostbackControl(
	Control control,
	Control locationControl = null
)

Parameters

control
Type: System.Web.UIControl
Control to register
locationControl (Optional)
Type: System.Web.UIControl
Optional control used as reference for postback source. Postback target can be different than postback source.
See Also