How can we pass a grid cell’s value to datetimepicker ?
I have a grid with columns, in which one column store date values(YYYY-MM-DD) format.
When I click edit button, selected row values need to be passed to new form and date value is need to be set of DateTimePicker control.
Is this possible, if yes then how ?
How can we pass a grid cell’s value to datetimepicker ? I have a
Share
This is what I need:
where, frmBookInformation is sub form and currently Im on Main Form.