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

What is Bundling and Minification in MVC?

0 Answers   HCL,


how to transfer the file from client to server using asp.net

0 Answers   Sans Pareil IT Services,


What is JIT and how is works ?

1 Answers   Patni,


What is WebService ?

8 Answers   Tanla Solutions, Yahoo,


What is active web pages?

0 Answers  


Can we handle the error and redirect to some pages using web.config?

1 Answers   BirlaSoft,


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


How asynchronous call can be implemented using delegates?

0 Answers  


What is the difference between the get method () and post method ()?

0 Answers  


Define transparent caching with aop?

0 Answers  


What r Callbacks in ASP.NET?

1 Answers  


Why is validation always done on the server? When does that occur?

2 Answers  


Categories