DataBindingHandler

DataBindingHandler

System.Web.UI.Design (system.design.dll)abstract class

This a base class for all design-time data-binding handlers. In provides a single method, DataBindControl( ), which binds the specified control.

public abstract class DataBindingHandler {
// Protected Constructors
   protected DataBindingHandler( );
// Public Instance Methods
   public abstract void DataBindControl(System.ComponentModel.Design.IDesignerHost designerHost, 
        System.Web.UI.Control control);
}

Subclasses

CalendarDataBindingHandler, HyperLinkDataBindingHandler, TextDataBindingHandler, System.Web.UI.Design.WebControls.ListControlDataBindingHandler



    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