04-12-16, 09:36 PM
(آخر تعديل لهذه المشاركة : 04-12-16, 09:37 PM {2} بواسطة ابراهيم النعيمي.)
PHP كود :
For rowindex As Int16 = 0 To DataGridView1.RowCount - 1
If DataGridView1.Rows(rowindex).Cells(1).Value = TextBox4.Text Then
DataGridView1.Rows(rowindex).Cells(5).Value += 1
End If
Next
PHP كود :
For rowindex As Int16 = 0 To DataGridView1.RowCount - 1
If DataGridView1.Rows(rowindex).Cells(1).Value = TextBox4.Text Then
DataGridView1.Rows(rowindex).Cells(5).Value += 1
End If
Next
