Samples

 

Basic Date Picker : Dynamic Creation

Example

TextBoxAndButton

TextBoxAndHyperLink

Calendar

TextBoxAndImage

TextBox

LabelAndButton

6-Jul-2008

LabelAndHyperLink

6-Jul-2008Calendar

LabelAndImage

6-Jul-2008

Label

6-Jul-2008

Button

HyperLink

6-Jul-2008

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