I've got an asp.net GridView that includes a data column that is a secondary key. When I remove that column from the GridView columns section, update fails because it says that column does not exist.
How can I not show the column and also have the update still work?
Thanks for any help on this.