I been having a problem in may col - 1 it said that Cannot convert from 'int' to System.Windows.Form.ListViewItem.ListViewSubitem
i tried this code but didn't work ListViewItem Item = new ListViewItem();
this is my code:
Item.SubItems.Add(col - 1).Text = "IN-GATE USER";