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 tools, see Using data tables.
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 TableRowsCollection 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.
Follow the steps in the preceding procedure, "To add rows to a Table control procedure."
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 TableCellCollection 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.