User1136423486 posted
<div><asp:PlaceHolder id="PlaceHolder1" runat="server"></asp:PlaceHolder></div>
StringBulder table=new StringBuilder();
table.Append("<table border='1'");
table.Append("<tr><td></tr></td>");
table.Append("</table>");
PlaceHolder1.Controls.Add(new Literal { Text = htmlTable.ToString() });
this is the answer .this is applicable only c#