Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: How to disable datagrid columns using name ?


Message #1 by "FERRERES" <wferreres@n...> on Tue, 17 Dec 2002 09:34:03
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.

  Return to Index