ControlsHelper GetPostBackEventReference Method (Control, PostBackOptions, 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
options
Type: OnlineSystem.Web.UI PostBackOptions
Options
registerForEventValidation
Type: OnlineSystem Boolean
Indicates if the event reference should be registred for validation
registerAsyncPostbackInUpdatePanel
Type: OnlineSystem Boolean
If true registers async postback in update panel, otherwise registers full postback

Return Value

Type: OnlineString
See Also