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



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