What is the difference between the response.write() and response.output.write() methods?



What is the difference between the response.write() and response.output.write() methods?..

Answer / Murli Manohar Manjul

Response.Write() writes text directly to the HTTP response stream, while Response.Output.Write() writes text to a buffer which can be useful in performance-critical applications where multiple writes are performed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is difference between asp.net and asp?

1 Answers  


Why asp.net mvc is better than asp.net? : Asp.Net MVC

1 Answers  


What are early binding and late binding.

1 Answers  


How does the service stream content?

1 Answers  


What Are The Difference Between AutoEventWireup="true" and AutoEventWireup="False"

12 Answers   Phoenix Technologies,


Describe the master page.

1 Answers  


What is the difference between excute query and excute nonquery.?

4 Answers  


Explain the code Access Security (CAS) in .net Framework?

1 Answers  


how to write code for role based security

2 Answers  


What is Assert Method ?

2 Answers  


What I need to create and run an asp.net application?

1 Answers  


Explain the path instructions in xaml?

1 Answers  


Categories