The HtmlTableCell control allows developers to program against the HTML <td>
and <th>
elements.
ASP+ Syntax
Required properties are noted in boldface type.
<td or th runat=server id="programmaticID" align="alignmentofcontentincell" bgcolor="bgcolor" bordercolor="bordercolor" colspan="#ofcolscellspans" height="tableheight" nowrap="True | False" rowspan="#ofrowscellspans" valign="vertalignmentofcellcontent" width="cellwidth" >CellContent </td or /th>
Tasks
See Also
Web Forms Controls by Function | HtmlTableCell Class | HtmlTable Class