ASP.NET, C#
As the title suggests I was wondering if anyone knew how to programatically (c# code behind file) add a div to another a container div (in the aspx page)
Panel myChildPanel = new Panel(); myContainerPanel.Controls.Add(myChildPanel);