what\'s the difference in using tag builder and string builder to create a table in a htmlhelper class, or using the HtmlTable?
aren\'t they generating the same thin
Don't forget to do HTML encoding of values if you are using StringBuilder. I hope TagBuilder do this automatically.