Name

TableDesigner

Synopsis

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 : Inherits System.Web.UI.Design.ControlDesigner
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Overrides Public Function GetDesignTimeHtml() As String  
   Overrides Public Function GetPersistInnerHtml() As String  
End Class

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)System.Web.UI.Design.HtmlControlDesignerSystem.Web.UI.Design.ControlDesigner TableDesigner

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.