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

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 RaisePostback(
	Control ctrl,
	string argument = null
)

Parameters

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