I fill a DataSet control with records from *.mdb Database.
Then I bind a DataGrid control to the DataSet. All the columns are showed in the DataGrid, but not all of them are necessary to be visible to user...
How can I make some columns invisible???
My question is more relevant for ASP.NET than VB.NET
Thanks.