This class provides the design-time representation of the System.Web.UI.WebControls.Table control. This closely resembles the runtime representation, except when the table is empty (in which case dummy data is used) or if you use code to modify the table programmatically before it is displayed.
public class TableDesigner : System.Web.UI.Design.ControlDesigner { // Public Constructors public TableDesigner( ); // Public Instance Methods public override string GetDesignTimeHtml( ); // overrides System.Web.UI.Design.ControlDesigner public override string GetPersistInnerHtml( ); // overrides System.Web.UI.Design.ControlDesigner }