Hi, I have a Panel named *panel1 *and two User Controls named *uc1 *and *uc2*.
I add UserControl in Panel with de following command: uc1 myuc1 = new uc1(); panel1.Controls.Add(myuc1); How can I remove the User Control *uc1 *from panel and add *uc2 *with event from button inside *uc1*. Tks, And sorry for my English* * -- Carlos Caetano
