protected void lbGlobal_Insert_Close_Click(object sender, EventArgs e)
 {
     UC_Express_Global_Insert1.HideGlobal_Insert_Panels(true);
     try { Page.GetType().InvokeMember("InvokedMethod_SectionPage_RebindRecord", System.Reflection.BindingFlags.InvokeMethod, null, this.Page, null); }
     catch { }
     mpeGlobal_Insert.Hide();
 }
    protected void lbExpress_Participant_Close_Click(object sender, EventArgs e)
    {
        LinkButton lb = sender as LinkButton;

        hfParticipantPK.Value = "";
        UC_Express_Global_Insert1.HideGlobal_Insert_Panels(true);
        pnlGlobalInsert.Visible = false;
        object target = WACGlobal_Methods.ContainingObject(lb.Page, "InvokedMethod_SectionPage_RebindRecord");

        target.GetType().InvokeMember("InvokedMethod_SectionPage_RebindRecord", System.Reflection.BindingFlags.InvokeMethod, null, target, null);
        mpeExpress_Participant.Hide();
    }
 protected void lbGlobal_Insert_Close_Click(object sender, EventArgs e)
 {
     UC_Express_Global_Insert1.HideGlobal_Insert_Panels(true);
     pnlGlobalInsert.Visible = false;
     BindProperty(Convert.ToInt32(hfPropertyPK.Value));
 }