Difference between Response.Write() and Response.Output.Write().

Options
- Response.Output.Write() allows you to buffer output
- Response.Output.Write() allows you to write formatted output
- Response.Output.Write() allows you to flush output
- Response.Output.Write() allows you to stream output


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

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement