| ControlsHelperRaisePostback Method | 
            Raises postback on the given control
            
 
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
 Syntax
Syntaxpublic 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
See Also