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 get column value from the selected row in data grid in wpf c#.net

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

How to use Format function in Microsoft Dynamics Navision.