I created a table with 4 column. ProductID is one of them but I don't want to show this column. I set the DataSource of a DataGrid to this TABLE. However, vb.net doesn't like it when I use mygrid.Columns("ProductID").Visible Is there a way to hide this column? Any comment would be much appreciated.
nImStucked