I need to do some datagrid sorting/filtering on a local Access database. I found an example in the MS book 101 Coding Examples, but to get it to work I had to install MSDE/SQL Server and IIS to get ...
How do you hide columns in a datagrid? The columns are needed in queries I just don't want some of them outputted to the user however. If I do in my form load: Subscribe to the DataGrid's ...