This documentation is archived and is not being maintained.
ClientScriptManager::GetPostBackEventReference Method
Visual Studio 2010
Returns a string that can be used in a client event to cause postback to the server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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(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(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. |
|
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. |
Show: