ClientScriptManager.GetPostBackEventReference Method
Returns a string that can be used in a client event to cause postback to the server.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
