ClientScriptManager.GetCallbackEventReference Method
.NET Framework 2.0
Obtains a reference to a client function that, when invoked, initiates a client call back to a server event.
| Name | Description |
|---|---|
| ClientScriptManager.GetCallbackEventReference (Control, String, String, String) |
Obtains a reference to a client function that, when invoked, initiates a client call back to a server event. The client function for this overloaded method includes a specified control, argument, client script, and context.
|
| ClientScriptManager.GetCallbackEventReference (Control, String, String, String, Boolean) |
Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified control, argument, client script, context, and Boolean value.
|
| ClientScriptManager.GetCallbackEventReference (Control, String, String, String, String, Boolean) |
Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified control, argument, client script, context, error handler, and Boolean value.
|
| ClientScriptManager.GetCallbackEventReference (String, String, String, String, String, Boolean) |
Obtains a reference to a client function that, when invoked, initiates a client call back to server events. The client function for this overloaded method includes a specified target, argument, client script, context, error handler, and Boolean value.
|
Community Additions
ADD
Show: