Could someone please advise what the \"correct\" method is for adding HTML content to an ASP.NET page dynamically?
I am aware of the following declarative method.
Another option
//.aspx //.aspx.cs protected Literal myText; myText.Text = "Hello, World!";