Hi All,
Please help me on how to include my images when I export the datagrid.
My datagrid has
<asp:TemplateColumn HeaderText="Images">
<ItemTemplate>
<asp:Image runat="server" ID="imgID" />
</ItemTemplate>
</asp:TemplateColumn>
In my Page, it's shows image but when I export to excel, It disapear.
I'm Using "dgGrid.RenderControl(htWriter)" to export.
Thanks in Advance
Go to the complete details ...