NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Page.GetPostBackEventReference (Control, String)

Passes a parameter to the control that will do the postback processing on the server.

[Visual Basic]
Overloads Public Shared Function GetPostBackEventReference( _
   ByVal control As Control, _
   ByVal argument As String _
) As String
[C#]
public static string GetPostBackEventReference(
   Control control,
   string argument
);
[C++]
public: static String* GetPostBackEventReference(
   Control* control,
   String* argument
);
[JScript]
public static function GetPostBackEventReference(
   control : Control,
   argument : String
) : String;

Parameters

control
The control to process the postback on the server.
argument
[To be supplied.]

See Also

Page Class | Page Members | System.Web.UI Namespace | Page.GetPostBackEventReference Overload List