Samples

 

Basic Date Picker : Dynamic Creation

Example

TextBoxAndButton

TextBoxAndHyperLink

Calendar

TextBoxAndImage

TextBox

LabelAndButton

5-Feb-2012

LabelAndHyperLink

5-Feb-2012Calendar

LabelAndImage

5-Feb-2012

Label

5-Feb-2012

Button

HyperLink

5-Feb-2012

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