Hi every one
I am exporting gridview to excel and added a header heading by using html table tag along with that i need to add html tag for image also to export to excel
please help me for getting image from folder in my project solution to gridview export excel code as html tag calling src of image and then along with gridview add this image and export to excel
regads
saikiran gst
Loading

Saikiran GstPosted Aug 10, 2014, 3:43 AM
Firstly thanq for sending some information about my problem but what u send is for exporting image from database or girdview image to export its not my problem solution what my problem is i need to export gridview text data and along with that image from my project solution images folder to one image and gridview data combinding both and export to excel if possible please help me
I am sending code also check it
code behind
-----------
ReportReportReportReport
ReportReportReportReport
" + DateTime.Now.ToString("d") + "
");
");
");
");
");
ReportReportReportReport
" + DateTime.Now.ToString("d") + "
");
");
");
");
");
Ramesh MaruthiPosted Aug 8, 2014, 11:23 AM
http://social.msdn.microsoft.com/Forums/vstudio/en-US/03a10011-61c2-48f1-be75-fc773cf0d171/export-gridview-with-images-to-excel?forum=csharpgeneral
http://www.c-sharpcorner.com/UploadFile/8911c4/export-html-grid-view-and-image-to-excel-sheet-using-asp-ne/