I have a DataGridView in C# and i am able to edit what is in it while the program is active but i am wondering how to add data to it programmatically. This way when the program starts i can already have data in their. By the way, this is all using windows forms. Thanks!
~I am getting data from a flat text file. if you don't know what this is it is basically using a text file as a database in a more sloppy way. So for each line of data coming in from the text file, i want to split up the line and put it into a DataGridView.