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

Obtains a reference to a client-side script function that causes, when invoked, a server postback to the form.

Overload List

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

[Visual Basic] Overloads Public Shared Function GetPostBackEventReference(Control) As String
[C#] public static string GetPostBackEventReference(Control);
[C++] public: static String* GetPostBackEventReference(Control*);
[JScript] public static function 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(Control, String) As String
[C#] public static string GetPostBackEventReference(Control, String);
[C++] public: static String* GetPostBackEventReference(Control*, String);
[JScript] public static function GetPostBackEventReference(Control, String) : String;

See Also

Page Class | Page Members | System.Web.UI Namespace