How to use DateTimePicker in c#>net

-  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@\/  <(.'.)>

Comments

Popular posts from this blog

How to use serial.write() in Arduino.

How to make and use web service in Microsoft Dynamics Navision.

How to Generate random rows in dataset using c#.net