Table control
The Table control allows you to create server-programmable tables on ASP.NET pages. If you are creating a static table (one in which you will not add or change content at run time), you should use an HTML table and not a Table control. For information about using Microsoft Expression Web's HTML table designing tools, see Tables.
To add Table control to a page
-
Drag the Table control from the Toolbox task pane to your page.
After you have added a Table control to the page, you can add rows to the row collection. After you have added a row, you can add cells to the row.
To add rows to a Table control
-
In Design view, right-click the Table control and click Properties on the shortcut menu.
-
Click the ellipsis button
beside the Rows property to open the TableRows Collection Editor dialog box. -
Click the Add button to add a row to the table.
-
In the TableRow properties area, set the properties for your table row.
To add cells to a row in a Table control
-
Follow the steps in the To add rows to a Table control procedure above.
-
In the Members area, click to select the row to which you want to add cells.
-
In the TableRows properties area, select the Cells property and click the ellipsis button
to open the TableCell Collection Editor dialog box. -
Click the Add button to add a cell to the row.
-
In the TableCell properties area, set the properties for your cell.
For a full description of all Table control properties, see Table Properties in the MSDN library.