首页上一页 1 下一页尾页 3 条记录 1/1页
未处理NullReferenceexception错误
发表在C#图书答疑
2010-12-02
是否精华
是
否
版块置顶:
是
否
您好,
C#开发实战宝典 第30章进销存系统,做“往来对帐”测试时,双击“往来单位”列表下的某一行记录后,选择日期,单击“确定”出现“未处理NullReferenceexception”错误,
if (i == currentAccountBook.dgvCurrentAccountList.RowCount - 1 && currentAccountBook.dgvCurrentAccountList[1, i].Value.ToString() == currentAccountBook.dgvCurrentAccountList[1 - 1, i].Value.ToString())
{
currentAccountBook.dgvCurrentAccountList[4, i].Value = null;
currentAccountBook.dgvCurrentAccountList[6, i].Value = null;
break;
}
代码为光盘的代码,请问如何解决?谢谢
C#开发实战宝典 第30章进销存系统,做“往来对帐”测试时,双击“往来单位”列表下的某一行记录后,选择日期,单击“确定”出现“未处理NullReferenceexception”错误,
if (i == currentAccountBook.dgvCurrentAccountList.RowCount - 1 && currentAccountBook.dgvCurrentAccountList[1, i].Value.ToString() == currentAccountBook.dgvCurrentAccountList[1 - 1, i].Value.ToString())
{
currentAccountBook.dgvCurrentAccountList[4, i].Value = null;
currentAccountBook.dgvCurrentAccountList[6, i].Value = null;
break;
}
代码为光盘的代码,请问如何解决?谢谢