ControlsHelperRaisePostback Method |
Raises postback on the given control
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax 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