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