I have a question regarding Datagridview:
I'm doing a payroll system, in this system I have to bring the first day of the release and the final day. The problem is that, for example, I need to make a system in which every time he press the "record" button he takes the start date and every new line he manages the next day:
Example
linha[0] = 10/03/2018
linha[1] = 11/03/2018
linha[n] = ...
Is it possible to do this automatically?
Below is the image below:
Please ignore input fields and checkboxes.
Thank you in advance