Appends javascript: to the beginning of the return from a GetPostBackEventReference call to allow hyperlink post-back processing on the server.
[Visual Basic]
Public Function GetPostBackClientHyperlink( _
ByVal control As Control, _
ByVal argument As String _
) As String
[C#]
public string GetPostBackClientHyperlink(
Control control,
string argument
);
[C++]
public: String* GetPostBackClientHyperlink(
Control* control,
String* argument
);
[JScript]
public function GetPostBackClientHyperlink(
control : Control,
argument : String
) : String;
Parameters
- control
- The server control to process the postback.
- argument
- The parameter passed to the server control.
Return Value
The name of the client-side function and the ID property of the server control that processed the function and argument passed to the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Page Class | Page Members | System.Web.UI Namespace