I am trying add an filter image in grid view header after header text in same column. I tried adding image to header but it only shows image but not the text along with it.
<asp:TemplateField HeaderText="<img src='.../...' alt='my image' />">
....
</TemplateField>
Can anybody suggest me the way to do it