Note, TTable will not keep viewstate of its rows and cells.
Namespace: System.Web.UI.WebControls
Properties
HorizontalAlign, string (Right, Center, Left, Justify, NotSet), default=NotSet, kept in viewstate
Gets or sets the horizontal alignment of the table on page.
CellPadding, integer, default=-1, kept in viewstate
Gets or sets the cellpadding for the table
CellSpacing, integer, default=-1, kept in viewstate
Gets or sets the amount of space between table cells.
GridLines, string (Both, Vertical, Horizontal, None), default=Both, kept in viewstate
Gets or sets a value specifying whether the border between the cells is displayed.
Rows, TCollection, read-only
Gets the list of rows in the table.
BackImageUrl, string, kept in viewstate
Gets or sets the URL of the background image to display behind the table control.