Name

DataBindingHandler

Synopsis

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

Public MustInherit Class DataBindingHandler
                  ' Protected Constructors
   Protected Sub New() 
' Public Instance Methods
   MustInherit Public Sub DataBindControl(
        ByVal designerHost As System.ComponentModel.Design.IDesignerHost, 
        ByVal control As System.Web.UI.Control) 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.