News

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 ...
does giving the control an ID and then doing DataGrid.FindControl ("theID") work? That might be more maintainable in case the index changes for whatever reason.