what is difference between response.write and response.output.write?
Rajesh G
Response.write - it writes the text stream (unformated output)
Response.output.write - it writes the HTTP Output Stream (formated output)