I'm trying to export to excel a GridView data, and need to export only the Fields with Data. Right now, When i export i get all the fields on the page along with command fields like Delete, Add, Edit etc. I need to identify a GridView's Header cell is BoundField or not manually in the code. I wonder how do i do that ?
Ideally, i would want to filter off the header columns which are not Data bound ( Add, Delete, and Edit) and extract the name of the header fields.