Label

Labeldisposable

System.Web.UI.WebControls (system.web.dll)class

This class represents a Label control, which allows you to place text on a page and modify it later by using the Text property. You can use HTML tags like <br> and <i> in the text string to format portions of the control.

public class Label : WebControl { // Public Constructors    public Label( ); // Public Instance Properties    public virtual string Text{set; get; } // Protected Instance Methods    protected override void AddParsedSubObject(object obj);      // overrides System.Web.UI.Control    protected override void LoadViewState(object savedState);    // overrides WebControl    protected override void RenderContents(System.Web.UI.HtmlTextWriter writer);  // overrides WebControl }

Hierarchy

System.Object System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor) WebControl(System.Web.UI.IAttributeAccessor) Label

Subclasses

BaseValidator



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