I am using date and time picker to get current date but when i get date from date and time picker first time it gives me current date and time i save the record and when i try to get date and time second time without unloading the form it does not work please help me.
DateTimePicker1.Text = DateTime.Now.ToString()
TextBox12.Text = DateTimePicker1.Value.ToString()