Why this keeps raising the error saying "Cannot implicitly convert type 'int' to 'bool' on this part "i=dv.Count-1" , although count method returns int type ???
Code:for (int i=0; i=dv.Count-1 ; i++) { //comboBox6.Items.Add(dv[0].Row[i].ToString()); }





Reply With Quote