June 2002
Intermediate to advanced
816 pages
28h 12m
English
DataBindingHandler
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
Read now
Unlock full access