我只是想知道如果有從我的查詢 目前我做這 If Trim(DataTable.Rows(0).Item("COLUMN1").ToString()) = "Y" Then
cb1.Checked = True
Else
cb1.Checked = False
End If
If Trim(DataTable.Rows(0).Item("COLUMN2_FLAG").ToString()
我的DataGridView不能正常工作。這是我的代碼,我只想顯示4列,第一列是複選框列。 Dim dt_zone As DataTable
Dim iCounter As Integer
dt_zone = obj_aims_zone.get_row_for_display("", area_id)
dvg_selected_group_list.Data