appending data to a data grid vb.net

mrobertson

New member
Joined
Jul 28, 2005
Messages
1
Programming Experience
10+
I am working on an application in which I am going to need to append data to a data grid. Basically, I am going to have a loop that will read a text box, query for info in text box, print to data grid, change info in text box, query and print again and so on. I will need the first set of data displayed, then the next set appended to the previous set at the end, etc, etc. Can anyone help me with how to do this?
 
Back
Top