F
Franck Diastein
Hi,
I'm trying to send a file to the browser with Response.Write, and it
works great.
The problem (I guess...) is that the code that sends the file is in a
class, and whan I load aspx file using the downloading method, I have
the request for file saving in my browser (and I can save the file), but
the aspx's content isn't loaded...
I'v been googling and have seen a way to do creating another
HttpResponse object, but I can't manage to make it work...
Any idea ?
TIA
I'm trying to send a file to the browser with Response.Write, and it
works great.
The problem (I guess...) is that the code that sends the file is in a
class, and whan I load aspx file using the downloading method, I have
the request for file saving in my browser (and I can save the file), but
the aspx's content isn't loaded...
I'v been googling and have seen a way to do creating another
HttpResponse object, but I can't manage to make it work...
Any idea ?
TIA