Basic Date Picker : Dynamic Creation
Remarks
This sample demonstrates how to dynamically create Basic Date Picker controls
and set various Properties from the Code-behind. In general if any ASP.NET
web controls are created dynamically they should be created early in the page
event hierarchy. The OnInit Event is used here to dynamically create the
controls.
Each example renders as a different
DisplayType and each
SelectedDate property is set to Today.
Download sample
|
|