Gets a post back reference from the page
            
| C# | Visual Basic | Visual C++ | 
public static string GetPostBackEventReference( Page page, Control parent, string argument )
Public Shared Function GetPostBackEventReference ( _ page As Page, _ parent As Control, _ argument As String _ ) As String
public: static String^ GetPostBackEventReference( Page^ page, Control^ parent, String^ argument )
- page (Page)
 
- parent (Control)
 
- argument (String)