Re: Binary Stream Excel Client Problem
- From: "Remy" <rblaettler@xxxxxxxxxxx>
- Date: 25 Jan 2006 09:02:59 -0800
Do you send an Excel File? Or just a csv file in the stream? Not really
sure where to clock is set.
You could change the filename everytime, so it shouldn't cache it:
Response.ContentType = "application/vnd.ms-excel";
Response.AddHeader("Content-Disposition", "attachment;Filename=" +
fileName);
Hope that helps anyway.
Remy Blaettler
.
- References:
- Binary Stream Excel Client Problem
- From: Don
- Binary Stream Excel Client Problem
- Prev by Date: Re: Nullable strings as parameters
- Next by Date: Re: Lazy question about displaying current time
- Previous by thread: Binary Stream Excel Client Problem
- Next by thread: Re: Binary Stream Excel Client Problem
- Index(es):
Relevant Pages
|