I'm doing a program that queries some Mysql tables and generates a list to which populo in a gridview. After that, I did a C # routine that reads each line and writes to the txt file in c: \ text.txt. So far so good, the problem is that when recording, the program writes line by line in the txt file. What would you like to know is if there is a possibility to make a recording at one time? I would like to put a timer in this accumulator but I can not ...