ClientScriptManager.GetPostBackEventReference Method
.NET Framework 2.0
Returns a string that can be used in a client event to cause postback to the server.
| Name | Description |
|---|---|
| ClientScriptManager.GetPostBackEventReference (PostBackOptions) | Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified PostBackOptions instance. |
| ClientScriptManager.GetPostBackEventReference (Control, String) | Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. |
| ClientScriptManager.GetPostBackEventReference (PostBackOptions, Boolean) | Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified PostBackOptions object. Optionally, registers the event reference for validation. |
| ClientScriptManager.GetPostBackEventReference (Control, String, Boolean) | Returns a string to use in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. Optionally, registers the event reference for validation. |