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 asp.net

4 Answers  


Define globalization and localization.

0 Answers  


To add a hyperlink column to the DataGrid which tag is used ?

0 Answers   Siebel,


What is SilverLight in ASP.NET ?

2 Answers   SmartData,


Explain about Multi-Language integration?

0 Answers  






What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable

2 Answers   Syntax Softtech,


what are the main advantage in .net?

4 Answers   TCS,


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


What is windows active directory authentication?

0 Answers  


Where is the view state data stored?

0 Answers  


Which class provides methods that can be used to manage role membership to be used in user authorization?

3 Answers   Wipro,


Types of values mode can hold session state in Web.Config?

6 Answers   Accenture,


Categories