<asp:Table> Vs html <table>
Posted
by keith
on Stack Overflow
See other posts from Stack Overflow
or by keith
Published on 2010-05-07T03:15:48Z
Indexed on
2010/05/07
3:18 UTC
Read the original article
Hit count: 236
What are the pros and cons between using the ASP.Net control compared to the old reliable table html implementation.
I know that the asp:Table will end up on the returned page as a html table, and from looking into it so far people are saying its easier to work with the asp:Table in the server side code, but I'd love to hear what the stackoverflow community has to say about the matter.
© Stack Overflow or respective owner