what is diffrance between response.write &
response.output.write

Answers were Sorted based on User's Feedback



what is diffrance between response.write & response.output.write..

Answer / siddiq

Respons.Write will display the value/expresion as it is.
Response.Output.Write will diaplay the formatted content.

Is This Answer Correct ?    23 Yes 3 No

what is diffrance between response.write & response.output.write..

Answer / balasubramani

Response.Write will print the result as it is.
Whereas Response.Output.Write will print the formatted
output.

For Example:
Response.Output.Write("Notepad Process Started at : {0}",
DateTime.Now.ToString());

Is This Answer Correct ?    20 Yes 1 No

what is diffrance between response.write & response.output.write..

Answer / bala

The latter one allows you to write formatted output..

Is This Answer Correct ?    12 Yes 4 No

what is diffrance between response.write & response.output.write..

Answer / k.senthil kumar

Response.Output.Write() allows you to write formatted output

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the use of SmartNavigation property?

4 Answers  


What methods are fired during the page load?

7 Answers   InSync Tech-Fin, Siebel Systems, Visual Soft,


Explain the overview of asp.net?

0 Answers  


what is the difference between response.write() and response.output.write()?

0 Answers  


Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,






What is Hidden Fields in Asp.Net

4 Answers  


What is gacutil.exe? Where do we store assemblies, Should sn.exe be used before gacutil.exe?

2 Answers   Accenture, Aptech,


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


What kind of data can be stored in viewstate?

0 Answers  


difference between caching objects in session objects?

2 Answers  


how to get the vb6.0 COM Component in to the .Net application?

3 Answers   iSoft,


Categories