I’m dynamically building a .NET Table, including TableRows with TablesSection set, resulting in 1 THEAD row and multiple TBODY rows. Now I need to get the TableCells in the THEAD row to render with TH tags rather than TD tags. How do I do that? I haven’t found a TableCell attribute for that, and it won let me add Literals to the row Cells collection.
I’m dynamically building a .NET Table, including TableRows with TablesSection set, resulting in 1
Share
Have you tried
TableHeaderCell?