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!

HtmlTableRow Control

The HtmlTableRow control allows developers to program against the HTML <tr> element.

ASP+ Syntax

Required properties are noted in boldface type.

<tr
   runat=server
   id="programmaticID"
   align="tablecontentalignment"
   bgcolor="tablebgcolor"
   bordercolor="bordercolor"
   height="tableheight"
   cells="collectionoftablecells"
   valign="verticalalignmentofrowcontent"
>
<td>cellcontent</td>
<td>cellcontent</td>
<td>cellcontent</td>
</tr>

Tasks

See Also

Web Forms Controls by Function | HtmlTableRow Class | HtmlTableCell Control | HtmlTable Control | System.Web.UI.HtmlControls Namespace