Related question:
If I have an asp page punching out a data table from an access database, is
there an easy way to allow a web visitor to click a button and download that
file into excel - or - even better click a button and open an outlook email
with the excel sheet attached - is this possible?
"Kris Eiben" <> wrote in message
news:e$...
> Umm, not sure what you're asking, but have you tried adding this to the
> top of your ASP page?
> <%
> Response.ContentType ="Application/vnd.ms-excel"
> Response.AddHeader "Content-Disposition","inline;filename=myExcel.xls"
> %>
>
> "jawahar rajan" <> wrote in message
> news:0b7001c35c20$2e71baa0$...
> ?????????????????????????????????????????????????? ??????????????????????
> ?????????????????????????????????????????????????? ??????????????????????
> ?????????????????????????????????????????????????? ??????????????????????
> ?????????????????????????????????????????????????? ??????????????????????
> ??????????????????????????????????????????
>
>
|