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.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.