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

How does ASP.NET framework maps client side events to Server side events.?

0 Answers  


What is different between webconfig.xml & Machineconfig.xml ?

1 Answers  


How does exception management works in ASP.NET?

0 Answers   Alcatel-Lucent,


What is the file extension of web service?

0 Answers  


can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?

2 Answers   SunGard,


which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row

3 Answers   Airtel, Aviva,


Difference between overriding and overloading?

0 Answers  


What is Generic? explain clearly?

3 Answers   iGate,


Differentiate between a page theme and a global theme?

0 Answers  


What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?

0 Answers  


Should sn.exe be used before gacutil.exe ?

2 Answers   Accenture, BirlaSoft,


About remoting and web services. Difference between them?

2 Answers   Microsoft,


Categories