Avatar of pamela rizk
pamela rizk
Flag for Lebanon

asked on 

create table cells in javascript

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

Avatar of undefined
Last Comment
pamela rizk

8/22/2022 - Mon