How do i create a file from page request
Lets say if i'm on Page A and need to have the file from Page B.
Page B returns a .XLS file format on the fly with response.output.
How do i get this as an File i need to attach this to an attachment i dont like
copy the whole code from Page B since i dont think thats realy needed.
ive tried a WebGetter but that does'nt realy works that well.
if you have any tips or snippets that would be awesome.
I code in VB.net.
Regards, Stefan