Get value from hidden boundfield? ASP.NET
问题 I know the question I'm going to ask is already asked for by other people, but those answers are no solution for my problem. I have a gridview containing 2 BoundFields, 2 ButtonFields and a checkbox field (which is a TemplateField). I also have a datatable, filled with data from the database. In the aspx code I create my gridview with the fields set the last BoundField Visible = false . In my codebehind, I add the colums and bind the datasource to my datatable. But when I try to read the data