NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTableCell Control

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