TableDesigner

TableDesignerdisposable

System.Web.UI.Design.WebControls (system.design.dll)class

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 }

Hierarchy

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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net