aspx_professional thread: How to disable datagrid columns using name ?
Hello, My problem concerns the way to disable or not a datagrid column. I can use the following method : DGCallList.Columns[6].Visible = false; But, I would like to be able to use column name instead of index, it would be easier for me. Has anybody an idea of how to do that ? Thanks.
|





