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