ControlsHelperRegisterPostbackControl Method |
Registers the control which causes postback with the script manager.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax public static void RegisterPostbackControl(
Control control
)
Parameters
- control
- Type: System.Web.UIControl
Control to register
See Also