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