Page.GetPostBackClientHyperlink Method
This page is specific to:.NET Framework Version:1.12.03.03.54.0
.NET Framework Class Library
Page.GetPostBackClientHyperlink Method

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

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View