Click or drag to resize
ControlsHelperRaisePostback Method
Raises postback on the given control

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static void RaisePostback(
	Control ctrl,
	string argument = null
)

Parameters

ctrl
Type: System.Web.UIControl
Control to raise postback on
argument (Optional)
Type: SystemString
Argument
See Also