CalendarDataBindingHandler.DataBindControl Method (IDesignerHost, Control)

 

Sets the calendar's date to the current day if the SelectedDate property is data-bound.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Public Overrides Sub DataBindControl (
	designerHost As IDesignerHost,
	control As Control
)

Parameters

designerHost
Type: System.ComponentModel.Design.IDesignerHost

The IDesignerHost for the document that contains the control.

control
Type: System.Web.UI.Control

The Control to which data binding will be added.

.NET Framework
Available since 1.1
Return to top
Show: