ControlsHelperGetPostBackEventReference Method (Control, String, 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 public static string GetPostBackEventReference(
Control control,
string argument = null,
bool registerForEventValidation = false,
bool registerAsyncPostbackInUpdatePanel = true
)
Parameters
- control
- Type: System.Web.UIControl
Control - argument (Optional)
- Type: SystemString
Argument - registerForEventValidation (Optional)
- Type: SystemBoolean
Indicates if the event reference should be registred for validation - registerAsyncPostbackInUpdatePanel (Optional)
- Type: SystemBoolean
If true registers async postback in update panel, otherwise registers full postback
Return Value
Type:
StringSee Also