i have a table in asp
<table id="mytable" width="100%" cellspacing="2" cellpadding="0" runat="server">
<tr>
<td></td>
</tr>
</table>
and i am creating 3 cells in javascript but on postback this cells are removed
how to maintain them??
ASP.NETHTMLWeb Development