Hi friends,
I am facing this problem while adding a panel to another panel. Please give me the solution. I have put my code below.
Dim pan As Panel = DirectCast(UserControlTest1.FindControl("Pan_ItemBind"), Panel)
pan.Controls.Add(Panel1)
Thanks in advence...