0
I have a question about Datagridview:
I’m making a payroll system, in that system I have to bring the first day of release and the final day. The problem is that, for example, I need to make a system where every time he presses the "record" button he takes the starting date and every new line he manages the next day:
Example
linha[0] = 10/03/2018
linha[1] = 11/03/2018
linha[n] = ...
It is possible to do this automatically?
Following image below:
Please ignore input fields and checkboxes.
Grateful from now on