Click or drag to resize
ControlsHelperRaisePostback Method

Note: This API is now obsolete.

Raises postback on the given control

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
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