<asp:Table> Vs html <table>
- by keith
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.