Hi!!!

I'm trying add TAB when click button but my TabPanel error design and "hide" form...

If try...

                Coolite.Ext.Web.Tab bolaTab = new Coolite.Ext.Web.Tab();
                bolaTab.ID = "bolaTab" + DateTime.Now.ToString();
                bolaTab.Title = "Bola";
                bolaTab.Icon = Coolite.Ext.Web.Icon.Book;
                bolaTab.Html = RetornaHtmlIframe("bolaTab" + DateTime.Now.ToString(), "http://www.terra.com.br");
                bolaTab.Closable = true;
                conteudoTabPanel.Tabs.Add(bolaTab);
Other problem is....when postback form my tabpanel return original load....missing(loose) iframe...