NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTable Class

The HtmlTable class defines the properties, methods, and events for the HtmlTable control. This class allows programmatic access on the server to the HTML <table> element.

Object
   Control
      HtmlControl
         HtmlContainerControl
            HtmlTable

[Visual Basic]
Public Class HtmlTable
   Inherits HtmlContainerControl
[C#]
public class HtmlTable : HtmlContainerControl
[C++]
public __gc class HtmlTable : public HtmlContainerControl
[JScript]
public class HtmlTable extends HtmlContainerControl

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlTable Members | System.Web.UI.HtmlControls Namespace | HtmlContainerControl