I have a multi view which contains a view which contains a panel. the name of this panel is "Panel1"
I have the following code and my HTML does not display in the rendered page. Any idea why this isn't working, i must be doing something wrong? sw = simple html statement, any would produce same result.
String mstring = sw.ToString();
Panel1.Controls.Add(new LiteralControl(mstring));
i am using dotnetnuke also, not sure if that is where the issue is.