S
Stropher
I have the following:
this.dataGridViewBill.DataSource = tblResult;
//hide the following columns
this.dataGridViewBill.Columns[8].Visible = false; //email
this.dataGridViewBill.Columns[9].Visible = false; //mobiltelefon
When I run the programm, the columns are still displayed.
I am developing with Visual C#2005 Express Edition Beta.
Can any give me some tipps of what I'm doing wrong.
Thanks in anticipation
this.dataGridViewBill.DataSource = tblResult;
//hide the following columns
this.dataGridViewBill.Columns[8].Visible = false; //email
this.dataGridViewBill.Columns[9].Visible = false; //mobiltelefon
When I run the programm, the columns are still displayed.
I am developing with Visual C#2005 Express Edition Beta.
Can any give me some tipps of what I'm doing wrong.
Thanks in anticipation