I found myself writing to a screenwriter, and then at the end of the function I do resp.Write(sw.ToString()). Is it not necessary? If I could use HttpResponse.Write several times, could it potentially send data several times (pieces), even if my page is 2k? How is HttpResponse.Write different from StringWriter.Write?
user34537
source
share