<inc:APNSoftInclude id=APNSoftInclude1 runat="server" Text="<table border=1><tr><td> HTML table with text. </td></tr></table>" />
using APNSoft.WebControls; APNSoftInclude APNSoftInclude1 = new APNSoftInclude(); APNSoftInclude1.Text= "<table border=1><tr><td>"+ "HTML table with text."+ "</td></tr></table>"; Response.Write(APNSoftInclude1.Render());