Label

Label.NET 1.1, disposable

System.Web.UI.MobileControls (system.web.mobile.dll)class

This class represents a label control, which allows you to place text on a page and modify it later using the Text property. The Label control does not support internal paging, and thus must be contained on a single page. If you need to use a text control that supports a large amount of text and provides paging, use the TextView control instead.

public class Label : TextControl {
// Public Constructors
   public Label( );
}

Hierarchy

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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace