Capturing XML output from ADO using a Stream object
I will describe here the solution to a problem that taxed me at work this week, in the faint hope that it will prove useful to someone else who needs to do the same strange thing. Read more
I will describe here the solution to a problem that taxed me at work this week, in the faint hope that it will prove useful to someone else who needs to do the same strange thing. Read more
Were you foolish enough to be creating a web application with ASP, then you will be used to
using the Write
method of the Response
object to stream HTML to the web browser of your client. Today
I got caught out by a serious limitation of the implementation
of Response.Write
. (And this is not the first time
it has leapt out and bit me, either.)
Read more