How do I hide an asp.net datagrid column.?

  • Thread starter Thread starter andrew c
  • Start date Start date
A

andrew c

Guest
I have a datagrid that displays a column for the primary key of my table. I also have a custom update command that accesses the primary key value from the selected datagrid. I've tried changing the datagrid's property to make the column's visible setting to false. But that disallows me from programatically getting the primary key value from the datagrid. Any suggestions?
 
Back
Top