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)

Associates the reference to the control that will process the postback on the server.

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

Parameters

control
The control to process the postback on the server.

See Also

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