For i As Integer = 0 To gridView.Rows.Count - 1
Dim cb As CheckBox = CType(gridView.Rows(i).FindControl("YourCheckBox"), CheckBox)
If utubeItemA.Split(",").Contains(gridView.Rows(i).Text) Then
cb.Checked = True
End If
Next
Grid.Rows(rowindex).Item(c