Obtains a reference to a client-side script function that causes, when invoked, a server postback to the form.
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;