Пример #1
0
        protected BaseUserControl GetCurrentPopUpControl()
        {
            BaseUserControl ctl = null;

            if (PopUpUpdatePanel != null)
            {
                return((BaseUserControl)PopUpUpdatePanel.FindControl("Popup"));
            }
            else
            {
                return(null);
            }
        }
Пример #2
0
 public virtual void BasePopUpReturnHandler(object sender, PopUpReturnArgs e)
 {
     PopUpUpdatePanel.ContentTemplateContainer.Controls.Clear();
     ViewState["Loading Page"] = null;
     PopUpUpdatePanel.Update();
 }