- drag and drop the datetimepicker contro form the tool box.
// To show the what date is selected by user in datetimepicker control.
DateTime dt = dateTimePicker1.Value;
MessageBox.Show(dt.ToString());
--
/\/ir@\/ <(.'.)>
Wednesday, 12 December 2012
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Thanks for comment