| ControlsHelperGetPostBackEventReference Method (Control, PostBackOptions, Boolean, Boolean) | 
            Gets the postback event reference to the given control.
            
 
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
 Syntax
Syntaxpublic static string GetPostBackEventReference(
	Control control,
	PostBackOptions options,
	bool registerForEventValidation,
	bool registerAsyncPostbackInUpdatePanel
)
Parameters
- control
- Type: System.Web.UIControl
 Control
- options
- Type: System.Web.UIPostBackOptions
 Options
- registerForEventValidation
- Type: SystemBoolean
 Indicates if the event reference should be registred for validation
- registerAsyncPostbackInUpdatePanel
- Type: SystemBoolean
 If true registers async postback in update panel, otherwise registers full postback
Return Value
Type: 
String See Also
See Also