8
Answers

How Do I: Creata a temp/work DataGridView?

Photo of Gustavo

Gustavo

15y
4.1k
1

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();

Answers (8)