コード例 #1
0
        protected override void AddedControl(Control control, int index)
        {
            if (FuncoesGerais.IsChrome(Page))
            {
                this.Page.ClientTarget = "uplevel";
            }

            base.AddedControl(control, index);
        }