30-10-19, 05:55 PM
PHP كود :
For Each row As DataGridViewRow In DataGridView2.Rows
If row.Cells(0).Value = DataGridView1.CurrentRow.Cells(0).Value Then
row.Cells(3).Value += 1
DataGridView2.Refresh()
DataGridView2.Rows(row.Index).Selected = True
End If
Next
سبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
