News

So I have a page with a couple of datagrids that use the footer row to do inserts. I want to make a global save button that will save any datagrids that are in insert mode. <BR><BR>My plan was to ...
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:OleDbDataAdapter1.Fill(DataFillView ...