I cannot display multiple imagea in one column when export to excel from asp.net. if IsDownload then
Response.ContentType = "application/x-msexcel"
Response.AddHeader "Content-Disposition","attachment; filename=" & StrEncode(FormName,"FILE") & ".xls"
Response.Flush
end if