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 WCF

4 Answers  


What are the steps involved to fill a dataset?

0 Answers  


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

1 Answers  


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


How should I destroy my objects in asp.net?

0 Answers  


What are the authentication types in asp.net?

0 Answers  


Diff B/W user control and server control

3 Answers  


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


Whats an assembly?

6 Answers   Siebel Systems,


When was asp.net released?

0 Answers  


How may clustered index we can create in table?

0 Answers  


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

0 Answers   eMids,


Categories