Page.GetPostBackClientHyperlink Method (Control, String)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
Return to top
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.
Assembly: System.Web (in System.Web.dll)
[<ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackClientHyperlink. http://go.microsoft.com/fwlink/?linkid=14202")>] member GetPostBackClientHyperlink : control:Control * argument:string -> string
Parameters
- control
-
Type:
System.Web.UI.Control
The server control to process the postback.
- argument
-
Type:
System.String
The parameter passed to the server control.
Return Value
Type: System.StringA string representing a JavaScript call to the postback function that includes the target control's ID and event arguments.
See the GetPostBackClientHyperlink method for an alternative to this deprecated member.
.NET Framework
Available since 1.1
Available since 1.1
Show: