Hello folks,
I need to create a html table dynamically, so I used HtmlTable and HtmlTableCell ... but I need to put inside a HtmlTableCell another HtmlTable object, so the structure will be:
HtmlTable
|
---HtmlTableRow
|
---HtmlTableCell
|
---HtmlTable
I hope someone could help me
Thanks
Omar