Page Stats
Visitor: 505
The control appears by default, as a combo box with a calendar icon at the right part. The most important property of the DateTimePicker is the Value property, which holds the selected date and time.
        Q11 On Button Clicking display selected date in label from datetimepicker control
        
        label1.Text = "Selected Date Time is : "+dateTimePicker1.Value.ToString();