8
Reply

How Do I: Creata a temp/work DataGridView?

Gustavo

Gustavo

Jun 7 2010 8:13 PM
3.8k

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)