G
Guest
Am creating a HTML Report in asp.net. To save this report to excel on
client-side, i write this code:
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader("content-disposition", "attachment; filename=Report.xls")
But once the report is saved in excel, on click of hyperlink for second html
report, i dont get the second report. the same old first html report is
displayed.
Please can anyone help me. Am frustrated with this! Is it a problem of data
being cached? PLease help. Its very urgent!!!
Regards,
Spacy
client-side, i write this code:
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader("content-disposition", "attachment; filename=Report.xls")
But once the report is saved in excel, on click of hyperlink for second html
report, i dont get the second report. the same old first html report is
displayed.
Please can anyone help me. Am frustrated with this! Is it a problem of data
being cached? PLease help. Its very urgent!!!
Regards,
Spacy