c#dataGridView null引用异常

时间:2016-01-30 19:31:27

标签: c# datagridview nullreferenceexception

我正在使用此代码:

dataGridView

填充我的null reference exception,但在设置datasource时收到.MyBox { width:150px; height: 200px; } .MyBox:hover { width: 450px; height: 600px; } .MyPhoto { height: 200px; width: 150px; } .MyPhoto:hover { height: 600px; width: 550px; }

1 个答案:

答案 0 :(得分:4)

您的dataGridView1很可能是NULL引用。要验证,请在该行上设置断点,当您点击它时,将鼠标悬停在dataGridView1上。