How Do I: Creata a temp/work DataGridView?
Hello:
I need to create/define a temp/work DataGridView in a Class so I can do some pre-work. I tried the following line, but it seems to not work. Can someone tell me if its right or what I am missing?
DataGridView dataGridViewTemp = new DataGridView();