I need help to this, the situation goes like this. I have a datagridview that consists of emp_Code, date, timeIn and timeOut as shown above. I have the total hours between timeIn and timeOut of row1 and get displayed on a textbox (row1 only because I don't know how to increment index to add row2 to row1 to display it on which textbox). Yes, I know how to get the total hours between timeIn and timeOut. Now, I wanted to know on how to sum up the total hours of every rows and get it displayed on which textbox.
Question Analogy: textbox is already filled with the total hours of row1, I want to know how to go to the next index that their total hours will be summed up and display it on which textbox. Hope that the question is clear.