I have two dateTimePicker controls like dtpFrom and dtpTo,
Initially both controls will have current date and when I change the value dtpFrom , then dtpTo also should change to the selected dtpFrom value,How can I implement this?