1.

What's The Difference Between Response.write() Andresponse.output.write()?

Answer»

Response.OUTPUT.WRITE() ALLOWS you to write FORMATTED output.

Response.Output.Write() allows you to write formatted output.



Discussion

No Comment Found