This documentation is archived and is not being maintained.
ClientScriptManager::GetPostBackClientHyperlink Method
Visual Studio 2010
Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back 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 | |
|---|---|---|
|
GetPostBackClientHyperlink(Control, String) | Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control and with the specified event arguments. |
|
GetPostBackClientHyperlink(Control, String, Boolean) | Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control with the specified event arguments and Boolean indication whether to register the post back for event validation. |
Show: