What is the difference between the Response.Write() and Response.Output.Write() methods?
2666
28-Aug-2014
Sumit Kesarwani
28-Aug-2014The Response.Write() method allows you to write the normal output; whereas, the Response.Output.Write() method allows you to write the formatted output.