Samples

 

Basic Date Picker : Dynamic Creation

Example

TextBoxAndButton

TextBoxAndHyperLink

Calendar

TextBoxAndImage

TextBox

LabelAndButton

22-Mar-2010

LabelAndHyperLink

22-Mar-2010Calendar

LabelAndImage

22-Mar-2010

Label

22-Mar-2010

Button

HyperLink

22-Mar-2010

Image

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

Download Basic Date Picker Trial

See Also

DisplayType