User36583972 posted
Hi wonjartran,
As far as I know, the table in the formview is for layout purposes. If you don't want the formview to render as an HTML table, use CSS adapters and it will render as divs.
An adapter can be used to replace this <table> with a few nested <div> tags whose appearance and position is easily styled with CSS.
http://www.asp.net/CSSAdapters/FormView.aspx
Best Regards,
Yohann Lu