Hi!
i created a dynamic table with HtmlTable, HtmlTableRow and HtmlTableCell. finally i've added it to the form with Form.Controls.Add(thisHtmlTable);
but the table was added in the wrong place...
`<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">`
`<form id="formPort">`
<!--this is the place where i want the table to be added-->
</form>
<!--the table was added here!!!-->
</asp:Content>
does any one know how to add it inside the "formport" form???
Appreciate your answers,