ControlsHelper GetPostBackEventReference Method (Control, String, Boolean, Boolean)Kentico 8.0 API Reference
Gets the postback event reference to the given control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

control
Type: OnlineSystem.Web.UI Control
Control
argument (Optional)
Type: OnlineSystem String
Argument
registerForEventValidation (Optional)
Type: OnlineSystem Boolean
Indicates if the event reference should be registred for validation
registerAsyncPostbackInUpdatePanel (Optional)
Type: OnlineSystem Boolean
If true registers async postback in update panel, otherwise registers full postback

Return Value

Type: OnlineString
See Also