I'm working with a GridView that I'm populating programmatically. In order to access the ID value, I have to have it as one of the columns (as opposed to a ListBox, where I was able to assign the value to each entry in a hidden way). Is there a way to hide that ID column, but still use the value?
The columns are being auto-generated through the code and I'm accessing the ID value using DataKeys.