[To be supplied.]
Creates a new WebControl which renders as a SPAN tag by default.
[Visual Basic] Overloads Public Sub New()
[C#] public WebControl();
[C++] public: WebControl();
[JScript] public function WebControl();
Creates a new WebControl which renders as the given tag.
[Visual Basic] Overloads Public Sub New(String)
[C#] public WebControl(String);
[C++] public: WebControl(String*);
[JScript] public function WebControl(String);
WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace