As far as I know, the main difference is that you can manipulate the
server control table programmatically, such as adding or removing cells,
etc , whereas with the html control you can't.
-----Original Message-----
From: Ashish M.bhonkiya [mailto:Ashishm@p...]
Sent: Wednesday, January 29, 2003 9:09 PM
To: aspx_beginners
Subject: [aspx_beginners] Regarding <asp:table>
What are the advantages of usint the
<asp:table>
...
</asp:table>
instead of having..... html table controls.
i already know the first one is servercontrol and the later is html
control. i want to know the differences other than that..
regards