Hi all, I'm trying to get the following HTML structure using HTML helpers: <table><thead>...</thead> <tbody>...</tbody> <table><thead>...</thead> <tbody>...</tbody> </table></table>
AKA nested tables. For some reason when I put the TABLE helper within another TABLE helper, the internal one gets surrounded by tbody, tr and td causing it not to show properly. Does anyone have an idea how to fix this behavior? Thanks, Tsvi Sent from my phone

