.
, DBNull.Value gridviewcell proc .
- :
if(cell.Value != DBNull.Value && cell.Value != null)
{
}
, , , Convert.ToDecimal NumberFormatException .
NumberFormatException, cmd.ExecuteNonQuery().
, , , ExecuteNonQuery().
, :
if(cell.Value != DBNull.Value &&
!string.IsNullOrEmpty(cell.Value.ToString()))
{
}