DesignerDataBoundLiteralControl

DesignerDataBoundLiteralControldisposable

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

This class is used for data-binding expressions configured at design time. You do not need to create this control directly.

public sealed class DesignerDataBoundLiteralControl : Control { // Public Constructors    public DesignerDataBoundLiteralControl( ); // Public Instance Properties    public string Text{set; get; } // Protected Instance Methods    protected override ControlCollection CreateControlCollection( ); // overrides Control    protected override void LoadViewState(object savedState);    // overrides Control    protected override void Render(HtmlTextWriter output);       // overrides Control    protected override object SaveViewState( );       // overrides Control }

Hierarchy

System.Object Control(System.ComponentModel.IComponent, System.IDisposable, IParserAccessor, IDataBindingsAccessor) DesignerDataBoundLiteralControl



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