.NET Framework Class Library
ClientScriptManager..::.GetPostBackClientHyperlink Method
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.
|
| Name | Description |
|---|
.gif) | 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. |
.gif) | 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. |
Top
Reference