how to hide a column on asp gridview in asp.net code example Example: c# datagridview hide column this.dataGridView1.Columns["ID"].Visible = false;