forum

Home / DeveloperSection / Forums / comparison of datagridview cell values

comparison of datagridview cell values

Anonymous User 5100 04-Feb-2014

I am trying to compare values of two datagridview cells:

if (kk.BoringData.Rows[rows].Cells[0].Value !=kk.BoringData.Rows[rows - 1].Cells[0].Value)
{
}

Both cell values are "B-1", but it returns true.


c# c# 
Updated on 04-Feb-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By