Any suggestions on this one please? I don't understand why the page execution doesn't continue after the download. There is only a label that's assigned some text to its Text property before the download has been initiated but the text never shows up because
the download stops that.
It looks like no matter where in the code I add the custom HTTP headers for downloading the file, the download will start before the Label's text shows on the screen. They are both in the same
Ennair
Member
32 Points
207 Posts
Re: Response.TransmitFile stops rest of page execution
Nov 16, 2010 10:53 AM|LINK
Any suggestions on this one please? I don't understand why the page execution doesn't continue after the download. There is only a label that's assigned some text to its Text property before the download has been initiated but the text never shows up because the download stops that.
It looks like no matter where in the code I add the custom HTTP headers for downloading the file, the download will start before the Label's text shows on the screen. They are both in the same