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;
Page Class | Page Members | System.Web.UI Namespace | Page.GetPostBackEventReference Overload List