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

Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  


Can one dll file contains the compiled code of more than one .net language?

0 Answers  


What are sessions in asp net?

0 Answers  


what are the server controls used in sitepath navigation?

1 Answers  


How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

1 Answers   Syntax Softtech,






what is aspcompat? what it does?

1 Answers  


Explain the difference between sql invalidation and sql notification.

0 Answers  


What is asp net application object?

0 Answers  


how to elimainte the similar data from the different tables

0 Answers  


How can we update records in gridview?Is there any appropriate code for it?

0 Answers  


What is source control?How to use in asp.net?

1 Answers  


What is boxing and unboxing ?

7 Answers   Accenture, Infosys, MedTek,


Categories