What?s the difference between Response.Write() and
Response.Output.Write()?

Answers were Sorted based on User's Feedback



What?s the difference between Response.Write() and Response.Output.Write()?..

Answer / chaitali

Response.write - it writes the text stream
Response.output.write - it writes the HTTP Output Stream.

Is This Answer Correct ?    5 Yes 0 No

What?s the difference between Response.Write() and Response.Output.Write()?..

Answer / srujana

The latter one allows you to write formatted output.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Where can I get information on cookies in asp.net?

0 Answers  


If 200 is for all successful operation then why do we have 201 response codes?

0 Answers  


Explain Factory pattern?

2 Answers   Microsoft,


What are the three parts of an http response?

0 Answers  


What is mta?

0 Answers  






Describe how ASP.NET maintains process isolation for each Web application?

0 Answers   B-Ways TecnoSoft,


What is the difference between ExecuteReader,ExecuteNonQuery and ExecuteScalar.

8 Answers  


How does asp page work?

0 Answers  


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


What are Http handler ?

6 Answers   Accenture, BirlaSoft, Satyam, Syntel,


Write the different features of a Thread and a Process?

0 Answers   Siebel,


What is enableviewstate in asp net?

0 Answers  


Categories